feat(editors): update omnisharp config

This commit is contained in:
Felix Schröter 2022-07-30 08:43:29 +02:00
parent aee9d91355
commit 302db65902
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -32,7 +32,8 @@
nodePackages.prettier nodePackages.prettier
]; ];
# UseLegacySdkResolver: true is currently required # enableAnalyzersSupport loads very slowly
# and keeps other features from working until loaded
home.file.".omnisharp/omnisharp.json" = { home.file.".omnisharp/omnisharp.json" = {
text = '' text = ''
{ {
@ -48,8 +49,7 @@
"enableDecompilationSupport": true, "enableDecompilationSupport": true,
"enableImportCompletion": true, "enableImportCompletion": true,
"enableAsyncCompletion": true, "enableAsyncCompletion": true,
"enableAnalyzersSupport": true, "enableAnalyzersSupport": true
"analyzeOpenDocumentsOnly": true
} }
} }
''; '';