Skip to content

Commit 41ba28a

Browse files
authored
Update the group name registration in Java Projects explorer (#908)
Signed-off-by: Sheng Chen <[email protected]>
1 parent 9566c64 commit 41ba28a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@
104104
{
105105
"command": "java.debug.runFromProjectView",
106106
"when": "view == javaProjectExplorer && viewItem =~ /java:project(?=.*?\\b\\+java\\b)(?=.*?\\b\\+uri\\b)/",
107-
"group": "debugger@1"
107+
"group": "8_execution@10"
108108
},
109109
{
110110
"command": "java.debug.debugFromProjectView",
111111
"when": "view == javaProjectExplorer && viewItem =~ /java:project(?=.*?\\b\\+java\\b)(?=.*?\\b\\+uri\\b)/",
112-
"group": "debugger@2"
112+
"group": "8_execution@20"
113113
}
114114
],
115115
"explorer/context": [

0 commit comments

Comments
 (0)