Skip to content

Commit 9cbcb48

Browse files
committed
remove duplicate commands in package.json
1 parent ae3851c commit 9cbcb48

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

package.json

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,34 +1360,19 @@
13601360
"group": "inline@1",
13611361
"when": "viewItem =~ /^(awsEc2(Parent|Running)Node)$/"
13621362
},
1363-
{
1364-
"command": "aws.ec2.startInstance",
1365-
"group": "0@1",
1366-
"when": "viewItem =~ /^(awsEc2(Stopped|Pending)Node)$/"
1367-
},
13681363
{
13691364
"command": "aws.ec2.startInstance",
13701365
"group": "inline@1",
1371-
"when": "viewItem =~ /^(awsEc2(Stopped|Pending)Node)$/"
1372-
},
1373-
{
1374-
"command": "aws.ec2.stopInstance",
1375-
"group": "0@1",
1376-
"when": "viewItem =~ /^(awsEc2(Running|Pending)Node)$/"
1366+
"when": "viewItem =~ /^(awsEc2StoppedNode)$/"
13771367
},
13781368
{
13791369
"command": "aws.ec2.stopInstance",
13801370
"group": "inline@1",
1381-
"when": "viewItem =~ /^(awsEc2(Running|Pending)Node)$/"
1382-
},
1383-
{
1384-
"command": "aws.ec2.rebootInstance",
1385-
"group": "0@1",
13861371
"when": "viewItem =~ /^(awsEc2RunningNode)$/"
13871372
},
13881373
{
13891374
"command": "aws.ec2.rebootInstance",
1390-
"group": "inline@1",
1375+
"group": "0@1",
13911376
"when": "viewItem =~ /^(awsEc2RunningNode)$/"
13921377
},
13931378
{

0 commit comments

Comments
 (0)