Skip to content

Commit 7c0e57d

Browse files
committed
expose command on explorer
1 parent eb4ed03 commit 7c0e57d

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
@@ -1336,6 +1336,16 @@
13361336
"group": "inline@1",
13371337
"when": "viewItem == awsEc2Node"
13381338
},
1339+
{
1340+
"command": "aws.ec2.openRemoteConnection",
1341+
"group": "0@1",
1342+
"when": "viewItem == awsEc2Node"
1343+
},
1344+
{
1345+
"command": "aws.ec2.openRemoteConnection",
1346+
"group": "inline@1",
1347+
"when": "viewItem == awsEc2Node"
1348+
},
13391349
{
13401350
"command": "aws.ec2.startInstance",
13411351
"group": "0@1",
@@ -2112,6 +2122,7 @@
21122122
{
21132123
"command": "aws.ec2.openRemoteConnection",
21142124
"title": "%AWS.command.ec2.openRemoteConnection%",
2125+
"icon": "$(remote-explorer)",
21152126
"category": "%AWS.title%",
21162127
"cloud9": {
21172128
"cn": {

0 commit comments

Comments
 (0)