-
Notifications
You must be signed in to change notification settings - Fork 889
Support multiple vs code channels for "VS Code Desktop" button #6267
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
Comments
I recently switched to vscode insiders channel and can not more use the VS Code Desktop Button. I see the URI is being set here,
I suggest one of the following approaches to solve this.
|
I'm all in for the second approach.
I personally have both installed, which would make it annoying.
I guess this would be fine but is kind of visually bothering, and it wouldn't be a proper way to do it in the long run if we want to add other IDEs (thinking about jetbrains IDEs for example) We could also let the template set a preferred desktop IDE. For example, the "python-dev" template could set PyCharm, the "js-dev" one could set WebStorm, etc. I see you've renamed the issue to reflect VSC channels only, but I'd like to see support for separate IDEs too. |
Number 3 is the quickest fix until we have the prerequisites for number 2. IMO, IDE should always be a developer preference instead of templates. We should not force an IDE on a developer. And for JetBrains IDEs Coder is developing a JetBrains gateway plugin that will allow using any of the IDEs using JetBrains's gateway, so setting JetBrains Gateway only will suffice. |
I agree -- but in some cases having a different "recommended IDE" could be useful, although I think it could just be defined as a |
As a workaround, I am able to use VS Code Insiders using the Coder Remote Extension. |
Uh oh!
There was an error while loading. Please reload this page.
Currently, the "VSCode desktop" button only supports VSCode stable because the URI handlers differ (
vscode://coder.coder-remote/open[...]
needs to bevscode-insiders://coder.coder-remote/open[...]
in my case).I think Coder should also support opening in different IDEs if you're going to support different VSCode channels anyways.
It'd be nice to be able to set something like "editor preference" in user settings with a tickbox to persist or not accross browsers.
The text was updated successfully, but these errors were encountered: