feat: set `serverInstallPath` for the `<host>` automatically to the workspace dir
Open
- Dominant language
- TypeScript
- Stars
- 130
- Forks
- 48
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 15
Description
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.
```json5
"remote.SSH.serverInstallPath": {
"": "/workspace/"
}
```
Contributor guide
Assessment
This issue has not been assessed yet.