Skip to content

Commit fe36230

Browse files
authored
Merge pull request github#14015 from michaelnebel/csharp/vscodesettings
C#: Update of VS Code settings.
2 parents 31738a3 + b4c903f commit fe36230

File tree

3 files changed

+8
-56
lines changed

3 files changed

+8
-56
lines changed

csharp/.vscode/extensions.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"recommendations": [
3+
"formulahendry.dotnet-test-explorer",
4+
"gaoshan0621.csharp-format-usings",
35
"github.vscode-codeql",
6+
"hbenl.vscode-test-explorer",
47
"ms-dotnettools.csharp",
5-
"formulahendry.dotnet-test-explorer",
6-
"hbenl.vscode-test-explorer"
8+
"ms-dotnettools.csdevkit"
79
],
810
"unwantedRecommendations": []
911
}

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
}

csharp/.vscode/tasks.json

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)