Skip to content

Commit ce7e026

Browse files
Merge master into feature/emr
2 parents 7f89054 + fa5dfac commit ce7e026

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@
15531553
},
15541554
{
15551555
"command": "aws.ec2.copyInstanceId",
1556-
"when": "view == aws.explorer && viewItem =~ /^(awsEc2(Parent|Running|Stopped)Node)$/",
1556+
"when": "view == aws.explorer && viewItem =~ /^(awsEc2(Running|Stopped|Pending)Node)$/",
15571557
"group": "2@0"
15581558
},
15591559
{
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "no longer gives option to copy instance id on ec2 parent node."
4+
}

0 commit comments

Comments
 (0)