-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
use specific version of VSCode #601
Comments
Technically, yes. You could fork this repo and create a custom patch. |
I would prefer not to fork the repo, but rather be able to create my own dockerfile that inherits from this one. If you explain to me how this can be done, I would be happy to submit a PR. |
I have the same question... it looks my current vscode version being used by code-server is 1.33.1... The way that I check the version of vscode is typing
However, the latest vscode version at the time of my writing this comment is |
It's probably not a good idea to change the version of vscode you use without ensuring the patch is up to date with the changes, since a lot of things can change between vscode versions. |
Yeah, that makes sense... just for people who are early adopters :-) If something broken because of incompatible changes introduced that are depended by code-server, then the one who switched the vscode version will have to "pay" for that :-) On the other hand, it may be also helpful for code-server to apply newer version of vscode to get some sort of early feedback... |
That sounds great... looking forward to this feature! |
Closing as implemented. Let us know if there are regressions as a seperate issue. |
I should note that I was overly optimistic about how possible it
would be to swap out versions. Currently every new version of VS
Code still requires small adjustments to the patch but hopefully
as VS Code web stabilizes that will no longer be necessary. For
now all we can do is wait.
If a customized version of VS Code is required, the easiest way
would be create a custom patch that you apply before running the
build.
We could also add support for taking a custom git URL from which
to clone a customized VS Code.
|
Is it possible to use a customized version of VSCode? Either to use a specific version or a private fork?
The text was updated successfully, but these errors were encountered: