This commit is contained in:
Arlo 2021-12-24 01:26:12 +00:00 коммит произвёл GitHub
Родитель 43cefb12c8
Коммит 58c55004e0
2 изменённых файлов: 31 добавлений и 0 удалений

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

@ -0,0 +1,19 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {
"omnisharp.defaultLaunchSolution": "Toolkit.Labs.All.sln",
"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
}
}

12
.vscode/settings.json поставляемый Normal file
Просмотреть файл

@ -0,0 +1,12 @@
{
"omnisharp.defaultLaunchSolution": "Toolkit.Labs.All.sln",
"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
}