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 ce265cb commit 466e2f3Copy full SHA for 466e2f3
package.json
@@ -70,7 +70,8 @@
70
},
71
{
72
"command": "java.debug.runFromProjectView",
73
- "title": "Run"
+ "title": "Run",
74
+ "icon": "$(play)"
75
76
77
"command": "java.debug.debugFromProjectView",
@@ -95,6 +96,11 @@
95
96
],
97
"menus": {
98
"view/item/context": [
99
+ {
100
+ "command": "java.debug.runFromProjectView",
101
+ "when": "view == javaProjectExplorer && viewItem =~ /java:project(?=.*?\\b\\+java\\b)(?=.*?\\b\\+uri\\b)/",
102
+ "group": "inline@run_0"
103
+ },
104
105
106
"when": "view == javaProjectExplorer && viewItem =~ /java:project(?=.*?\\b\\+java\\b)(?=.*?\\b\\+uri\\b)/",
0 commit comments