We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So when install extension on code-server via cli
code-server --install-extension ms-python.python
It is installing those extensions to ~/.vscode-oss/extensions/.
I can still install successfully via the graphical interface. They correctly show up in ~/.local/share/code-server/extensions/
The text was updated successfully, but these errors were encountered:
This issue only shows up in static release install method, it works correctly using debian packaging.
Sorry, something went wrong.
Ah this is due to #1676
Will fix ASAP.
That's bizarre though, Debian package should reproduce it.
🤷
Either way will be fixed soon.
Fix extension install path for CLI
8255457
Closes #1713
9d0dcf3
nhooyr
Successfully merging a pull request may close this issue.
So when install extension on code-server via cli
It is installing those extensions to ~/.vscode-oss/extensions/.
I can still install successfully via the graphical interface. They correctly show up in ~/.local/share/code-server/extensions/
The text was updated successfully, but these errors were encountered: