File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed
Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 414414 {
415415 "command" : " openshift.component.create" ,
416416 "title" : " New Component" ,
417- "category" : " OpenShift"
417+ "category" : " OpenShift" ,
418+ "icon" : {
419+ "light" : " images/title/light/workspace-new.png" ,
420+ "dark" : " images/title/dark/workspace-new.png"
421+ }
418422 },
419423 {
420424 "command" : " openshift.component.createFromLocal" ,
12221226 {
12231227 "command" : " openshift.url.open" ,
12241228 "when" : " view == openshiftProjectExplorer && viewItem == componentRoute" ,
1225- "group" : " inline"
1229+ "group" : " inline@0 "
12261230 },
12271231 {
12281232 "command" : " clusters.openshift.useProject" ,
12621266 "command" : " openshift.project.set" ,
12631267 "when" : " view == openshiftProjectExplorer && viewItem == project" ,
12641268 "group" : " inline"
1269+ },
1270+ {
1271+ "command" : " openshift.component.create" ,
1272+ "when" : " view == openshiftProjectExplorer && viewItem == project" ,
1273+ "group" : " inline"
1274+ },
1275+ {
1276+ "command" : " openshift.component.create" ,
1277+ "when" : " view == openshiftProjectExplorer && viewItem == application" ,
1278+ "group" : " inline"
12651279 }
12661280 ]
12671281 },
You can’t perform that action at this time.
0 commit comments