Skip to content

Commit 8441b54

Browse files
committed
C#: Set the extractor solution file as the default solution for the C# Dev Kit and add config for the Format usings plugin.
1 parent e9b1c93 commit 8441b54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

csharp/.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"editor.defaultFormatter": "ms-dotnettools.csharp"
88
},
99
"omnisharp.enableEditorConfigSupport": true,
10-
"omnisharp.enableRoslynAnalyzers": true
10+
"omnisharp.enableRoslynAnalyzers": true,
11+
"csharpFormatUsings.splitGroups": false,
12+
"csharpFormatUsings.sortOrder": "Xunit System Microsoft Semmle.Util Semmle",
13+
"dotnet.defaultSolution": "CSharp.sln"
1114
}

0 commit comments

Comments
 (0)