We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c20d9 commit 6d332a3Copy full SHA for 6d332a3
package.json
@@ -1368,6 +1368,16 @@
1368
"group": "inline@1",
1369
"when": "viewItem =~ /^(awsEc2RunningNode)$/"
1370
},
1371
+ {
1372
+ "command": "aws.ec2.linkToLaunchInstance",
1373
+ "group": "0@1",
1374
+ "when": "viewItem == awsEc2ParentNode"
1375
+ },
1376
1377
1378
+ "group": "inline@1",
1379
1380
1381
{
1382
"command": "aws.ecr.createRepository",
1383
"when": "view == aws.explorer && viewItem == awsEcrNode",
@@ -2167,6 +2177,7 @@
2167
2177
2168
2178
"command": "aws.ec2.linkToLaunchInstance",
2169
2179
"title": "%AWS.command.ec2.linkToLaunchInstance%",
2180
+ "icon": "$(add)",
2170
2181
"category": "%AWS.title%",
2171
2182
"cloud9": {
2172
2183
"cn": {
0 commit comments