File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1118
1118
"command" : " aws.ec2.openTerminal" ,
1119
1119
"when" : " aws.isDevMode"
1120
1120
},
1121
+ {
1122
+ "command" : " aws.ec2.linkToLaunchInstance" ,
1123
+ "when" : " aws.isDevMode"
1124
+ },
1121
1125
{
1122
1126
"command" : " aws.ec2.startInstance" ,
1123
1127
"when" : " false"
2160
2164
}
2161
2165
}
2162
2166
},
2167
+ {
2168
+ "command" : " aws.ec2.linkToLaunchInstance" ,
2169
+ "title" : " %AWS.command.ec2.linkToLaunchInstance%" ,
2170
+ "category" : " %AWS.title%" ,
2171
+ "cloud9" : {
2172
+ "cn" : {
2173
+ "category" : " %AWS.title.cn%"
2174
+ }
2175
+ }
2176
+ },
2163
2177
{
2164
2178
"command" : " aws.ecr.copyTagUri" ,
2165
2179
"title" : " %AWS.command.ecr.copyTagUri%" ,
Original file line number Diff line number Diff line change 113
113
"AWS.command.ec2.startInstance" : " Start EC2 Instance..." ,
114
114
"AWS.command.ec2.stopInstance" : " Stop EC2 Instance..." ,
115
115
"AWS.command.ec2.rebootInstance" : " Reboot EC2 Instance..." ,
116
+ "AWS.command.ec2.linkToLaunchInstance" : " Launch EC2 Instance" ,
116
117
"AWS.command.ecr.copyTagUri" : " Copy Tag URI" ,
117
118
"AWS.command.ecr.copyRepositoryUri" : " Copy Repository URI" ,
118
119
"AWS.command.ecr.createRepository" : " Create Repository..." ,
You can’t perform that action at this time.
0 commit comments