fix(editors): fix omnisharp config
This commit is contained in:
parent
5fa9c0c87b
commit
d6a1fb467b
2 changed files with 10 additions and 4 deletions
home/editors
|
@ -37,13 +37,19 @@
|
|||
text = ''
|
||||
{
|
||||
"msbuild": {
|
||||
"enablePackageAutoRestore": true
|
||||
"enablePackageAutoRestore": true,
|
||||
"loadProjectsOnDemand": true
|
||||
},
|
||||
"formattingOptions": {
|
||||
"enableEditorConfigSupport": true
|
||||
"enableEditorConfigSupport": true,
|
||||
"organizeImports": true
|
||||
},
|
||||
"roslynExtensionsOptions": {
|
||||
"enableAnalyzersSupport": true
|
||||
"enableDecompilationSupport": true,
|
||||
"enableImportCompletion": true,
|
||||
"enableAsyncCompletion": true,
|
||||
"enableAnalyzersSupport": true,
|
||||
"analyzeOpenDocumentsOnly": true
|
||||
}
|
||||
}
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue