-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Installing extensions at system level (user: root
, built-in location) throws an error
#7042
Comments
root
, built-in location) throws an error
Installing extensions using the GUI seem to work fine at user level (user:
|
I'm seeing the same error with other extensions too, (examples include The repeated lines My stacktrace is the same when i "download and install", and is slightly different when I install from a vsix file the common part
install from vsix file:
Download and install
EDIT: |
@benz0li in case you're looking at the urls I posted, one or two of them were wrong, now fixed |
@antoinemorcos-bpi I will wait for the next release and then check again. Cross reference: |
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.94.2-rc.1 dd2e9fc with Code 1.94.2Steps to Reproduce
Start container:
Install extension:
Expected
Actual
Logs
See above.
Screenshot/Video
-
Does this bug reproduce in native VS Code?
This cannot be tested in native VS Code
Does this bug reproduce in GitHub Codespaces?
This cannot be tested in GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
It seems to work at user level (user:
root
) by executingcode-server --install-extension ms-python.python
, butls -al ~/.local/share/code-server/extensions
revealswhich does not look fine.
FYI @code-asher
The text was updated successfully, but these errors were encountered: