-
Hi, I'm trying to set up two locations to store extensions, built-in and user specific ones. I'm using the following command to start code-server.
I can see and use the extensions inside the This is a comparison of what I see when I use the arg Does anybody know if I'm missing something or if the arg |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Interesting. I see |
Beta Was this translation helpful? Give feedback.
-
FYI, the solution/workaround for me was to install the extensions inside the default built-in extensions folder
|
Beta Was this translation helpful? Give feedback.
-
It is quite unfortunate that this discussion was marked as one that has an answer: the workaround of installing extensions into "system" dir I am trying to prepare a docker image with code-server for a group of engineers and we would like to have some set of extensions to be-preinstalled by default, but since every engineer mounts their own directory to |
Beta Was this translation helpful? Give feedback.
-
I've found this ticket about vscode: microsoft/vscode#56614 (comment) |
Beta Was this translation helpful? Give feedback.
FYI, the solution/workaround for me was to install the extensions inside the default built-in extensions folder
/usr/lib/code-server/lib/vscode/extensions/
. I used the following command.