feat(editors): update omnisharp config
This commit is contained in:
parent
aee9d91355
commit
302db65902
|
@ -32,7 +32,8 @@
|
|||
nodePackages.prettier
|
||||
];
|
||||
|
||||
# UseLegacySdkResolver: true is currently required
|
||||
# enableAnalyzersSupport loads very slowly
|
||||
# and keeps other features from working until loaded
|
||||
home.file.".omnisharp/omnisharp.json" = {
|
||||
text = ''
|
||||
{
|
||||
|
@ -48,8 +49,7 @@
|
|||
"enableDecompilationSupport": true,
|
||||
"enableImportCompletion": true,
|
||||
"enableAsyncCompletion": true,
|
||||
"enableAnalyzersSupport": true,
|
||||
"analyzeOpenDocumentsOnly": true
|
||||
"enableAnalyzersSupport": true
|
||||
}
|
||||
}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue