Skip to content

Commit 2b4d66b

Browse files
Merge master into feature/sdkv3
2 parents d247a2d + 75d1d88 commit 2b4d66b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/core/package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@
142142
"AWS.command.refreshAwsExplorer": "Refresh Explorer",
143143
"AWS.command.refreshCdkExplorer": "Refresh CDK Explorer",
144144
"AWS.command.cdk.help": "View CDK Documentation",
145-
"AWS.command.ec2.openTerminal": "Open terminal to EC2 instance...",
146-
"AWS.command.ec2.openRemoteConnection": "Connect to EC2 instance in New Window...",
145+
"AWS.command.ec2.openTerminal": "Open Terminal to EC2 Instance...",
146+
"AWS.command.ec2.openRemoteConnection": "Connect VS Code to EC2 Instance...",
147147
"AWS.command.ec2.startInstance": "Start EC2 Instance",
148148
"AWS.command.ec2.linkToLaunch": "Launch EC2 Instance",
149149
"AWS.command.ec2.stopInstance": "Stop EC2 Instance",

packages/toolkit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,12 +1462,12 @@
14621462
},
14631463
{
14641464
"command": "aws.ec2.linkToLaunch",
1465-
"group": "0@1",
1465+
"group": "0@0",
14661466
"when": "viewItem =~ /^(awsEc2ParentNode)$/ && config.aws.experiments.ec2RemoteConnect"
14671467
},
14681468
{
14691469
"command": "aws.ec2.linkToLaunch",
1470-
"group": "inline@1",
1470+
"group": "inline@0",
14711471
"when": "viewItem =~ /^(awsEc2ParentNode)$/ && config.aws.experiments.ec2RemoteConnect"
14721472
},
14731473
{

0 commit comments

Comments
 (0)