Failed to install extensions via code-server command, ENOTDIR, errno -20 #3605
Answered
by
code-asher
BingoKingo
asked this question in
Q&A
Replies: 1 comment
-
VSIX files need to be uploaded through the UI (on the extensions sidebar
click the dots then "install from VSIX") or through the CLI, for
example:
```
code-server --install-extension /path/to/custom.vsix
```
You can also directly put them in the extensions directory like you've
done here but you need to unpack it with something like unzip.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jsjoeio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have moved a vsix file to the directory
/usr/local/bin/code-server/extensions/
, but it still could not install.Please help me solve that.
Beta Was this translation helpful? Give feedback.
All reactions