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 eb4ed03 commit 7c0e57dCopy full SHA for 7c0e57d
package.json
@@ -1336,6 +1336,16 @@
1336
"group": "inline@1",
1337
"when": "viewItem == awsEc2Node"
1338
},
1339
+ {
1340
+ "command": "aws.ec2.openRemoteConnection",
1341
+ "group": "0@1",
1342
+ "when": "viewItem == awsEc2Node"
1343
+ },
1344
1345
1346
+ "group": "inline@1",
1347
1348
1349
{
1350
"command": "aws.ec2.startInstance",
1351
"group": "0@1",
@@ -2112,6 +2122,7 @@
2112
2122
2113
2123
"command": "aws.ec2.openRemoteConnection",
2114
2124
"title": "%AWS.command.ec2.openRemoteConnection%",
2125
+ "icon": "$(remote-explorer)",
2115
2126
"category": "%AWS.title%",
2116
2127
"cloud9": {
2117
2128
"cn": {
0 commit comments