Skip to content

Commit 75d1d88

Browse files
authored
fix(ec2): unintuitive icon layout #6224
## Problem EC2 icons are in an awkward order with the link to launch in-between the two connect options. ## Solution https://stackoverflow.com/questions/47613141/how-to-specify-the-order-of-icons-in-an-explorer-view-in-a-vscode-extension. Also update descriptions to fit UX guidelines.
1 parent c45ecfb commit 75d1d88

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)