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 some cases the $HOME dir is ephemeral, so when a workspace is restarted the ~/.vscode-server folder is lost and all of the extensions have to be installed from scratch.
But adding an entry to the settings.json to persistence volume would cache the installled extensions between restarts.