-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathsettings.json
More file actions
14 lines (14 loc) · 630 Bytes
/
settings.json
File metadata and controls
14 lines (14 loc) · 630 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"dotnet-test-explorer.enableTelemetry": false,
"dotnet-test-explorer.testProjectPath": "**/*Tests.@(csproj|vbproj|fsproj)",
"dotnet-test-explorer.testArguments": "/property:GenerateTargetFrameworkAttribute=false",
"csharp.suppressDotnetRestoreNotification": true,
"[csharp]": {
"editor.defaultFormatter": "ms-dotnettools.csharp"
},
"omnisharp.enableEditorConfigSupport": true,
"omnisharp.enableRoslynAnalyzers": true,
"csharpFormatUsings.splitGroups": false,
"csharpFormatUsings.sortOrder": "Xunit System Microsoft Semmle.Util Semmle",
"dotnet.defaultSolution": "CSharp.sln"
}