Labs-Windows/.vscode/settings.json

12 строки
555 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,
2023-08-18 22:54:33 +03:00
"omnisharp.enableMsBuildLoadProjectsOnDemand": true,
"dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true
2021-12-24 04:26:12 +03:00
}