Skip to content

Commit b383889

Browse files
authored
Adjust Select Project Context editor menu item location (#8907)
2 parents 294fc5a + 806a81d commit b383889

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5628,19 +5628,19 @@
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": [

0 commit comments

Comments
 (0)