Skip to content

Commit 3830fe7

Browse files
committed
Merge branch 'hkobew/ec2/remoteConnect/explorer' into feature/ec2
2 parents c3b0ae9 + 7c0e57d commit 3830fe7

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
@@ -1345,6 +1345,16 @@
13451345
"group": "inline@1",
13461346
"when": "viewItem =~ /^(awsEc2StoppedNode)$/"
13471347
},
1348+
{
1349+
"command": "aws.ec2.openRemoteConnection",
1350+
"group": "0@1",
1351+
"when": "viewItem == awsEc2Node"
1352+
},
1353+
{
1354+
"command": "aws.ec2.openRemoteConnection",
1355+
"group": "inline@1",
1356+
"when": "viewItem == awsEc2Node"
1357+
},
13481358
{
13491359
"command": "aws.ec2.startInstance",
13501360
"group": "0@1",
@@ -2136,6 +2146,7 @@
21362146
{
21372147
"command": "aws.ec2.openRemoteConnection",
21382148
"title": "%AWS.command.ec2.openRemoteConnection%",
2149+
"icon": "$(remote-explorer)",
21392150
"category": "%AWS.title%",
21402151
"cloud9": {
21412152
"cn": {

0 commit comments

Comments
 (0)