You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a setup where /workspace is your persistent volume and ~/ is ephemeral
when i install code-server into /workspace any extensions will still be stored in ~/.local/share/code-server/extensions which is lost on restart
The text was updated successfully, but these errors were encountered:
michaelbrewer
changed the title
Feat:
Feat(code-server): Expose --user-data-dir to allow for caching of extensions when using a custom install_prefix not in ~/Mar 22, 2024
michaelbrewer
changed the title
Feat(code-server): Expose --user-data-dir to allow for caching of extensions when using a custom install_prefix not in ~/
Feat(code-server): Expose --extensions-dir to allow for caching of extensions when using a custom install_prefix not in ~/Mar 22, 2024
michaelbrewer
changed the title
Feat(code-server): Expose --extensions-dir to allow for caching of extensions when using a custom install_prefix not in ~/
feat(code-server): Expose --extensions-dir to allow for caching of extensions when using a custom install_prefix not in ~/Apr 10, 2024
In a setup where
/workspace
is your persistent volume and~/
is ephemeralwhen i install
code-server
into/workspace
any extensions will still be stored in~/.local/share/code-server/extensions
which is lost on restartExample:
A solution could be to expose an option to set the
--extensions-dir
flag, then all of the extensions would be persisted between restartsAlternative solution
Alternative solution is to
install_prefix
anduse_cached
to make the assumption as to wherethe extension_dir should be.
More info:
The text was updated successfully, but these errors were encountered: