Remove enableRoslynAnalyzers from codespace default settings

Follow up to https://github.com/dotnet/roslyn/pull/60165

We don't think this is the right default as users probably don't want this unless they have at least 8 cores.
This commit is contained in:
Jonathon Marolf 2022-03-16 13:40:51 -07:00 коммит произвёл GitHub
Родитель 159eea2a45
Коммит dd6b04249d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -36,7 +36,6 @@
"omnisharp.disableMSBuildDiagnosticWarning": true,
"omnisharp.enableEditorConfigSupport": true,
"omnisharp.enableImportCompletion": true,
"omnisharp.enableRoslynAnalyzers": true,
"omnisharp.useModernNet": true,
"omnisharp.enableAsyncCompletion": true,
// ms-vscode.powershell settings
@ -54,4 +53,4 @@
"ms-azure-devops.azure-pipelines"
],
"postCreateCommand": "${containerWorkspaceFolder}/restore.sh"
}
}