feat: set `serverInstallPath` for the `<host>` automatically to the workspace dir
Aberta
- Linguagem predominante
- TypeScript
- Estrelas
- 130
- Forks
- 48
- Merge médio
- 3d 3h
- PRs com merge (30d)
- 15
Descrição
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/"
}
```
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.