feat: set `serverInstallPath` for the `<host>` automatically to the workspace dir
Offen
- Vorherrschende Sprache
- TypeScript
- Sterne
- 130
- Forks
- 48
- Ø Merge
- 3 T. 3 Std.
- Gemergte PRs (30 T.)
- 15
Beschreibung
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/"
}
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.