feat: set `serverInstallPath` for the `<host>` automatically to the workspace dir
Ouverte
- Langage dominant
- TypeScript
- Étoiles
- 130
- Forks
- 48
- Merge moyen
- 3 j 3 h
- PR mergées (30 j)
- 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/"
}
```
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.