-
Notifications
You must be signed in to change notification settings - Fork 143
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
Support VSCodium #787
Comments
Yeah, this should be done, let me give it a fix |
In #788, I added the support for:
But the alias support in command line is not added since it is currently not supported by the CLI parser used by Topgrade, related issue: clap-rs/clap#4416 |
Looks like there is some progress has been made to the linked issue: clap-rs/clap#5480 |
If anyone gets here in the meantime, my workaround is to symlink |
What about users using both VS Code and VSCodium at the same time? |
In that case, we should not take the alias approach, instead, we should make VSCodium an individual Topgrade step. |
Gentle ping on @Jisu-Woniu and @j-lakeman, I implemented the support of VSCodium in #788, do you guys want to give it a test? |
I want to suggest some general feature
Topgrade should…
… also consider VSCodium when upgrading VS Code extensions.
More information
binary would be
codium
additionally tocode
. Aliasing should do if possible.The text was updated successfully, but these errors were encountered: