We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434754a commit 1638039Copy full SHA for 1638039
package.json
@@ -82,7 +82,8 @@
82
},
83
{
84
"command": "java.debug.debugFromProjectView",
85
- "title": "Debug"
+ "title": "Debug",
86
+ "icon": "$(debug-alt-small)"
87
88
89
"command": "java.debug.continueAll",
@@ -144,9 +145,9 @@
144
145
"menus": {
146
"view/item/context": [
147
- "command": "java.debug.runFromProjectView",
148
+ "command": "java.debug.debugFromProjectView",
149
"when": "view == javaProjectExplorer && viewItem =~ /java:project(?=.*?\\b\\+java\\b)(?=.*?\\b\\+uri\\b)/",
- "group": "inline@run_0"
150
+ "group": "inline@100"
151
152
153
"command": "java.debug.runFromProjectView",
0 commit comments