File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 56285628 ],
56295629 "editor/context" : [
56305630 {
5631- "command" : " dotnet.test.runTestsInContext " ,
5632- "when" : " editorLangId == csharp && (dotnet.server.activationContext == 'Roslyn' || dotnet.server.activationContext == 'OmniSharp ')" ,
5631+ "command" : " csharp.changeProjectContextEditor " ,
5632+ "when" : " (resourceLangId == csharp || resourceLangId == aspnetcorerazor) && (dotnet.server.activationContext == 'Roslyn' || dotnet.server.activationContext == 'RoslynDevKit ')" ,
56335633 "group" : " 2_dotnet@1"
56345634 },
56355635 {
5636- "command" : " dotnet.test.debugTestsInContext " ,
5636+ "command" : " dotnet.test.runTestsInContext " ,
56375637 "when" : " editorLangId == csharp && (dotnet.server.activationContext == 'Roslyn' || dotnet.server.activationContext == 'OmniSharp')" ,
5638- "group" : " 2_dotnet@2 "
5638+ "group" : " 3_dotnet@1 "
56395639 },
56405640 {
5641- "command" : " csharp.changeProjectContextEditor " ,
5642- "when" : " (resourceLangId == csharp || resourceLangId == aspnetcorerazor) && (dotnet.server.activationContext == 'Roslyn' || dotnet.server.activationContext == 'RoslynDevKit ')" ,
5643- "group" : " 2_dotnet@1 "
5641+ "command" : " dotnet.test.debugTestsInContext " ,
5642+ "when" : " editorLangId == csharp && (dotnet.server.activationContext == 'Roslyn' || dotnet.server.activationContext == 'OmniSharp ')" ,
5643+ "group" : " 3_dotnet@2 "
56445644 }
56455645 ],
56465646 "explorer/context" : [
You can’t perform that action at this time.
0 commit comments