Labs-Windows/.vscode/settings.json

12 строки
526 B
JSON
Исходник Обычный вид История

2021-12-24 04:26:12 +03:00
{
"omnisharp.defaultLaunchSolution": "CommunityToolkit.AllComponents.sln",
2021-12-24 04:26:12 +03:00
"omnisharp.disableMSBuildDiagnosticWarning": true,
"omnisharp.enableRoslynAnalyzers": true,
"omnisharp.useGlobalMono": "never",
"csharp.suppressBuildAssetsNotification": true,
"csharp.suppressDotnetInstallWarning": true,
"csharp.suppressDotnetRestoreNotification": true,
"csharp.semanticHighlighting.enabled": true,
"omnisharp.enableImportCompletion": true,
"omnisharp.enableMsBuildLoadProjectsOnDemand": true
}