Skip to content
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

telemetry: add remoteWorkspace connect type for ec2. #885

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

Hweinstock
Copy link
Contributor

Problem

Part of the work here: aws/aws-toolkit-vscode#3723

Solution

See PR above.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -1131,7 +1131,8 @@
"remoteDesktop",
"ssh",
"scp",
"ssm"
"ssm",
"remoteWorkspace"
],
"description": "Ways to connect to an 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.

Just for reference: this description is where we can explain certain fields, if we want to. E.g. in the future if someone wonders what the difference is between remoteDesktop vs remoteWorkspace, we could answer that here.

@justinmk3 justinmk3 merged commit 533415f into aws:main Oct 16, 2024
8 checks passed
@Hweinstock Hweinstock deleted the ec2Connect branch October 17, 2024 14:32
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