File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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" : [
You can’t perform that action at this time.
0 commit comments