Skip to content

Commit b248418

Browse files
authored
Merge pull request OpenLiberty#500 from gilbysunil14/add-remove-project
Issue 498 - Feature to add project manually to liberty dashboard from the dashboard itself
2 parents 51d2cd2 + 83f0d9f commit b248418

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,14 @@
9696
{
9797
"command": "liberty.dev.add.project",
9898
"category": "Liberty",
99-
"title": "%commands.title.add.project%"
99+
"title": "%commands.title.add.project%",
100+
"icon": "$(add)"
100101
},
101102
{
102103
"command": "liberty.dev.remove.project",
103104
"category": "Liberty",
104-
"title": "%commands.title.remove.project%"
105+
"title": "%commands.title.remove.project%",
106+
"icon": "$(remove)"
105107
},
106108
{
107109
"command": "liberty.dev.stop",
@@ -157,6 +159,16 @@
157159
"command": "liberty.explorer.refresh",
158160
"when": "view == liberty-dev",
159161
"group": "navigation@1"
162+
},
163+
{
164+
"command": "liberty.dev.add.project",
165+
"when": "view == liberty-dev",
166+
"group": "navigation@2"
167+
},
168+
{
169+
"command": "liberty.dev.remove.project",
170+
"when": "view == liberty-dev",
171+
"group": "navigation@3"
160172
}
161173
],
162174
"view/item/context": [

0 commit comments

Comments
 (0)