feat: set `serverInstallPath` for the `<host>` automatically to the workspace dir
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 130
- Forks
- 48
- Merge medio
- 3 d 3 h
- PR fusionados (30 d)
- 15
Descripción
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/"
}
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.