feat(editors): update omnisharp config
This commit is contained in:
parent
aee9d91355
commit
302db65902
|
@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue