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.
2 parents c3b0ae9 + 7c0e57d commit 3830fe7Copy full SHA for 3830fe7
package.json
@@ -1345,6 +1345,16 @@
1345
"group": "inline@1",
1346
"when": "viewItem =~ /^(awsEc2StoppedNode)$/"
1347
},
1348
+ {
1349
+ "command": "aws.ec2.openRemoteConnection",
1350
+ "group": "0@1",
1351
+ "when": "viewItem == awsEc2Node"
1352
+ },
1353
1354
1355
+ "group": "inline@1",
1356
1357
1358
{
1359
"command": "aws.ec2.startInstance",
1360
"group": "0@1",
@@ -2136,6 +2146,7 @@
2136
2146
2137
2147
"command": "aws.ec2.openRemoteConnection",
2138
2148
"title": "%AWS.command.ec2.openRemoteConnection%",
2149
+ "icon": "$(remote-explorer)",
2139
2150
"category": "%AWS.title%",
2140
2151
"cloud9": {
2141
2152
"cn": {
0 commit comments