Labs-Windows/.vscode/settings.json

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

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,
2024-03-01 04:14:41 +03:00
"dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true,
"dotnet.defaultSolution": "CommunityToolkit.AllComponents.sln"
2021-12-24 04:26:12 +03:00
}