Skip to content

Commit a21d6f8

Browse files
committed
hide start/stop/reboot from command palette
1 parent 718c402 commit a21d6f8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,18 @@
11181118
"command": "aws.ec2.openTerminal",
11191119
"when": "aws.isDevMode"
11201120
},
1121+
{
1122+
"command": "aws.ec2.startInstance",
1123+
"when": "false"
1124+
},
1125+
{
1126+
"command": "aws.ec2.stopInstance",
1127+
"when": "false"
1128+
},
1129+
{
1130+
"command": "aws.ec2.rebootInstance",
1131+
"when": "false"
1132+
},
11211133
{
11221134
"command": "aws.dev.openMenu",
11231135
"when": "aws.isDevMode || isCloud9"

0 commit comments

Comments
 (0)