Skip to content

Commit 1638039

Browse files
authored
Change the inline button to debug icon (#1108)
Signed-off-by: Sheng Chen <sheche@microsoft.com>
1 parent 434754a commit 1638039

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@
8282
},
8383
{
8484
"command": "java.debug.debugFromProjectView",
85-
"title": "Debug"
85+
"title": "Debug",
86+
"icon": "$(debug-alt-small)"
8687
},
8788
{
8889
"command": "java.debug.continueAll",
@@ -144,9 +145,9 @@
144145
"menus": {
145146
"view/item/context": [
146147
{
147-
"command": "java.debug.runFromProjectView",
148+
"command": "java.debug.debugFromProjectView",
148149
"when": "view == javaProjectExplorer && viewItem =~ /java:project(?=.*?\\b\\+java\\b)(?=.*?\\b\\+uri\\b)/",
149-
"group": "inline@run_0"
150+
"group": "inline@100"
150151
},
151152
{
152153
"command": "java.debug.runFromProjectView",

0 commit comments

Comments
 (0)