diff options
Diffstat (limited to 'code/.config/Code/User/settings.json')
| -rw-r--r-- | code/.config/Code/User/settings.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/code/.config/Code/User/settings.json b/code/.config/Code/User/settings.json index 156ef3d..b380246 100644 --- a/code/.config/Code/User/settings.json +++ b/code/.config/Code/User/settings.json @@ -131,10 +131,15 @@ "material-icon-theme.folders.color": "#0087ff", // C# - "csharp.suppressHiddenDiagnostics": false, + "csharp.suppressBuildAssetsNotification": true, "csharp.suppressDotnetInstallWarning": true, "csharp.suppressDotnetRestoreNotification": true, + "csharp.suppressHiddenDiagnostics": false, + + "omnisharp.analyzeOpenDocumentsOnly": true, + "omnisharp.enableDecompilationSupport": true, "omnisharp.enableEditorConfigSupport": true, + "omnisharp.enableImportCompletion": true, "omnisharp.enableRoslynAnalyzers": true, "razor.disabled": true, |
