-
Notifications
You must be signed in to change notification settings - Fork 887
feat: add experimental button to open vscode locally #5654
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
Conversation
This uses the new Coder extension to open up any workspace with a single click.
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.
Everything looks good to me. Thanks for adding stories!
site/src/components/VSCodeDesktopButton/VSCodeDesktopButton.stories.tsx
Outdated
Show resolved
Hide resolved
…ories.tsx Co-authored-by: Kira Pilot <kira@coder.com>
site/src/components/VSCodeDesktopButton/VSCodeDesktopButton.tsx
Outdated
Show resolved
Hide resolved
) | ||
}) | ||
.catch((ex) => { | ||
console.error(ex) |
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.
Should the error be displayed?
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.
I should probably make it display in an error notification... better than hiding it.
This uses the new Coder extension to open up any workspace with a single click.
It's currently under the experimental flag while we test and open-source the extension.