File tree Expand file tree Collapse file tree 3 files changed +8
-56
lines changed Expand file tree Collapse file tree 3 files changed +8
-56
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"recommendations" : [
3
+ " formulahendry.dotnet-test-explorer" ,
4
+ " gaoshan0621.csharp-format-usings" ,
3
5
" github.vscode-codeql" ,
6
+ " hbenl.vscode-test-explorer" ,
4
7
" ms-dotnettools.csharp" ,
5
- " formulahendry.dotnet-test-explorer" ,
6
- " hbenl.vscode-test-explorer"
8
+ " ms-dotnettools.csdevkit"
7
9
],
8
10
"unwantedRecommendations" : []
9
11
}
Original file line number Diff line number Diff line change 7
7
"editor.defaultFormatter" : " ms-dotnettools.csharp"
8
8
},
9
9
"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"
11
14
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments