Is there a way to store extensions in two separate places? #5295
Answered
by
code-asher
yuwei1chen
asked this question in
Q&A
|
Hi, I have great need to storage my extensions in two different places, storing all builtin extension in one dedicated folder. I see that "extra extensions dir" was removed in 4.0, and "builtin extension dir" does't work according to discussion#5073 (I also tested it myself, the option didn't take effect). This is really important for my team. Great thanks if anybody can help. |
Answered by
code-asher
Jun 28, 2022
Replies: 2 comments
|
I'm not as familiar with the extra extensions dir but maybe @code-asher is |
0 replies
|
Ah yeah as you noticed there is no way built into code-server to do this anymore. If the |
0 replies
Answer selected by
jsjoeio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah yeah as you noticed there is no way built into code-server to do this anymore. If the
--builtin-extensions-dirflag is still not working then the only thing that comes to my mind is to copy your extensions directly into the default builtin directory (<install-dir>/lib/vscode/extensions).