Skip to content

Commit 40556e1

Browse files
committed
fix the remote connection from explorer
1 parent 3830fe7 commit 40556e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,12 +1348,12 @@
13481348
{
13491349
"command": "aws.ec2.openRemoteConnection",
13501350
"group": "0@1",
1351-
"when": "viewItem == awsEc2Node"
1351+
"when": "viewItem =~ /^(awsEc2(Parent|Running)Node)$/"
13521352
},
13531353
{
13541354
"command": "aws.ec2.openRemoteConnection",
13551355
"group": "inline@1",
1356-
"when": "viewItem == awsEc2Node"
1356+
"when": "viewItem =~ /^(awsEc2(Parent|Running)Node)$/"
13571357
},
13581358
{
13591359
"command": "aws.ec2.startInstance",

0 commit comments

Comments
 (0)