Skip to content

Commit 1f0b216

Browse files
authored
fix: omit "Show AWS Commands" in cloud9 #2764
1 parent d974486 commit 1f0b216

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
@@ -1124,7 +1124,7 @@
11241124
},
11251125
{
11261126
"command": "aws.listCommands",
1127-
"when": "view == aws.explorer",
1127+
"when": "view == aws.explorer && !isCloud9",
11281128
"group": "1_account@3"
11291129
},
11301130
{

0 commit comments

Comments
 (0)