Skip to content

Commit b38e1df

Browse files
Move 'Run/Debug Java' menus to the same group as the other Java menus within File Explorer (#1447)
1 parent 95d9474 commit b38e1df

File tree

2 files changed

+24
-145
lines changed

2 files changed

+24
-145
lines changed

package-lock.json

Lines changed: 21 additions & 142 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@
170170
{
171171
"command": "java.debug.runJavaFile",
172172
"when": "resourceExtname == .java",
173-
"group": "javadebug@1"
173+
"group": "1_javaactions@90"
174174
},
175175
{
176176
"command": "java.debug.debugJavaFile",
177177
"when": "resourceExtname == .java",
178-
"group": "javadebug@2"
178+
"group": "1_javaactions@91"
179179
}
180180
],
181181
"editor/context": [
@@ -1016,6 +1016,6 @@
10161016
"vscode-extension-telemetry-wrapper": "^0.13.3",
10171017
"vscode-languageclient": "6.0.0-next.9",
10181018
"vscode-languageserver-types": "3.16.0",
1019-
"vscode-tas-client": "^0.1.75"
1019+
"vscode-tas-client": "^0.1.84"
10201020
}
10211021
}

0 commit comments

Comments
 (0)