Skip to content

Conversation

@Hweinstock
Copy link
Contributor

@Hweinstock Hweinstock commented Dec 12, 2024

Problem

The icons are in an awkward order with the link to launch in-between the two connect options.
image

Solution

(https://stackoverflow.com/questions/47613141/how-to-specify-the-order-of-icons-in-an-explorer-view-in-a-vscode-extension.)

What it looks like now:
image

This PR also updates some descriptions to fit with conventions.


  • Treat all work as PUBLIC. Private feature/x branches will not be squash-merged at release time.
  • Your code changes must meet the guidelines in CONTRIBUTING.md.

License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@Hweinstock Hweinstock marked this pull request as ready for review December 12, 2024 20:00
@Hweinstock Hweinstock requested a review from a team as a code owner December 12, 2024 20:00
"AWS.command.ec2.openTerminal": "Open terminal to EC2 instance...",
"AWS.command.ec2.openRemoteConnection": "Connect to EC2 instance in New Window...",
"AWS.command.ec2.openTerminal": "Connect Terminal to EC2 Instance...",
"AWS.command.ec2.openRemoteConnection": "Connect VS Code to EC2 Instance...",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normally we would avoid hardcoding the IDE name. But since vscode remote-ssh requires VSCode, this works for now.

{
"command": "aws.ec2.linkToLaunch",
"group": "0@1",
"group": "0@0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this avoid the need for the command name changes? We probably should stick with Open Terminal if possible, since we use that in the command-palette names, and for ECS, CodeCatalyst, etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea it does, I can swap it back.

@justinmk3 justinmk3 merged commit 75d1d88 into aws:master Dec 12, 2024
25 of 26 checks passed
@Hweinstock Hweinstock deleted the ec2/changeOrder branch December 12, 2024 22:24
karanA-aws pushed a commit to karanA-aws/aws-toolkit-vscode that referenced this pull request Jan 17, 2025
## 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants