-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Persist plugin and editors home
folder to keep configuration after workspace restart.
#15421
Comments
All plugins have a dedicated path to persist theirs state. [1] @evidolob [1] https://github.com/microsoft/vscode/blob/1.40.2/src/vs/vscode.d.ts#L4972-L4989 |
@tolusha I don't think we need more info to prioritize this ... this is to the assignee to make an analysis and see what would be needed. |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Haven't we fixed this for Kube/oc/tekton with the |
I would also add that persisting a users $HOME directory would make a lot of sense. Many CLI tools will store various configuration items, for example various .dotfiles and folders. Wondering if anyone has attempted to configure a container with Eclipse Che to work this way? Lots of virtual terminal offerings do this, for example if you use GCP/Azure CLI, it will store your home directory in a persistent way and for users it works as they expect. For example if they update a .bashrc or .zshrc configuration or store your kubectl config. |
/remove-lifecycle stale |
Is your enhancement related to a problem? Please describe.
Many vscode extension and editors are storing some settings in /home/theia.
At the moment, some settings like workspace roots, kubernetes context are lost after restart.
Describe the solution you'd like
Maybe have a volume for /home/theia.
The text was updated successfully, but these errors were encountered: