Skip to content

Commit 6d332a3

Browse files
committed
add icon to explorer
1 parent e4c20d9 commit 6d332a3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,6 +1368,16 @@
13681368
"group": "inline@1",
13691369
"when": "viewItem =~ /^(awsEc2RunningNode)$/"
13701370
},
1371+
{
1372+
"command": "aws.ec2.linkToLaunchInstance",
1373+
"group": "0@1",
1374+
"when": "viewItem == awsEc2ParentNode"
1375+
},
1376+
{
1377+
"command": "aws.ec2.linkToLaunchInstance",
1378+
"group": "inline@1",
1379+
"when": "viewItem == awsEc2ParentNode"
1380+
},
13711381
{
13721382
"command": "aws.ecr.createRepository",
13731383
"when": "view == aws.explorer && viewItem == awsEcrNode",
@@ -2167,6 +2177,7 @@
21672177
{
21682178
"command": "aws.ec2.linkToLaunchInstance",
21692179
"title": "%AWS.command.ec2.linkToLaunchInstance%",
2180+
"icon": "$(add)",
21702181
"category": "%AWS.title%",
21712182
"cloud9": {
21722183
"cn": {

0 commit comments

Comments
 (0)