-
Notifications
You must be signed in to change notification settings - Fork 751
refactor(ec2): swap order of icons. #6224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 17 commits
018d719
d03a2da
4fb8e66
cdecab6
f2900e5
902de77
bf03fd3
4cd5400
0234303
f988458
54be0b3
d4f7dda
b89ea57
1ec68bf
56c8d62
8669065
82d32b5
ca791df
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1462,12 +1462,12 @@ | |
| }, | ||
| { | ||
| "command": "aws.ec2.linkToLaunch", | ||
| "group": "0@1", | ||
| "group": "0@0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yea it does, I can swap it back. |
||
| "when": "viewItem =~ /^(awsEc2ParentNode)$/ && config.aws.experiments.ec2RemoteConnect" | ||
| }, | ||
| { | ||
| "command": "aws.ec2.linkToLaunch", | ||
| "group": "inline@1", | ||
| "group": "inline@0", | ||
| "when": "viewItem =~ /^(awsEc2ParentNode)$/ && config.aws.experiments.ec2RemoteConnect" | ||
| }, | ||
| { | ||
|
|
||
There was a problem hiding this comment.
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.