File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 1360
1360
"group" : " inline@1" ,
1361
1361
"when" : " viewItem =~ /^(awsEc2(Parent|Running)Node)$/"
1362
1362
},
1363
- {
1364
- "command" : " aws.ec2.startInstance" ,
1365
- "group" : " 0@1" ,
1366
- "when" : " viewItem =~ /^(awsEc2(Stopped|Pending)Node)$/"
1367
- },
1368
1363
{
1369
1364
"command" : " aws.ec2.startInstance" ,
1370
1365
"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)$/"
1377
1367
},
1378
1368
{
1379
1369
"command" : " aws.ec2.stopInstance" ,
1380
1370
"group" : " inline@1" ,
1381
- "when" : " viewItem =~ /^(awsEc2(Running|Pending)Node)$/"
1382
- },
1383
- {
1384
- "command" : " aws.ec2.rebootInstance" ,
1385
- "group" : " 0@1" ,
1386
1371
"when" : " viewItem =~ /^(awsEc2RunningNode)$/"
1387
1372
},
1388
1373
{
1389
1374
"command" : " aws.ec2.rebootInstance" ,
1390
- "group" : " inline @1" ,
1375
+ "group" : " 0 @1" ,
1391
1376
"when" : " viewItem =~ /^(awsEc2RunningNode)$/"
1392
1377
},
1393
1378
{
You can’t perform that action at this time.
0 commit comments