Skip to content

Commit 78c9d05

Browse files
authored
fix(ecs): gate "Open Terminal..." on Cloud9 #2929
fix #2928
1 parent eba9bf3 commit 78c9d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@
15791579
{
15801580
"command": "aws.ecs.openTaskInTerminal",
15811581
"group": "0@2",
1582-
"when": "view == aws.explorer && viewItem =~ /^(awsEcsContainerNodeExec)(.*)$/"
1582+
"when": "view == aws.explorer && viewItem =~ /^(awsEcsContainerNodeExec)(.*)$/ && !isCloud9"
15831583
},
15841584
{
15851585
"command": "aws.ecs.enableEcsExec",

0 commit comments

Comments
 (0)