Skip to content

Commit

Permalink
Move 'Run/Debug Java' menus to the same group as the other Java menus…
Browse files Browse the repository at this point in the history
… within File Explorer (#1447)
  • Loading branch information
testforstephen authored Feb 23, 2024
1 parent 95d9474 commit b38e1df
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 145 deletions.
163 changes: 21 additions & 142 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,12 @@
{
"command": "java.debug.runJavaFile",
"when": "resourceExtname == .java",
"group": "javadebug@1"
"group": "1_javaactions@90"
},
{
"command": "java.debug.debugJavaFile",
"when": "resourceExtname == .java",
"group": "javadebug@2"
"group": "1_javaactions@91"
}
],
"editor/context": [
Expand Down Expand Up @@ -1016,6 +1016,6 @@
"vscode-extension-telemetry-wrapper": "^0.13.3",
"vscode-languageclient": "6.0.0-next.9",
"vscode-languageserver-types": "3.16.0",
"vscode-tas-client": "^0.1.75"
"vscode-tas-client": "^0.1.84"
}
}

0 comments on commit b38e1df

Please sign in to comment.