coder / coder/vscode-coder

feat: set `serverInstallPath` for the `<host>` automatically to the workspace dir

Aperta
#246 11 commenti 1 reazione 0 assegnatari Vedi su GitHub
Lingua principale
TypeScript
Stelle
130
Fork
48
Merge medio
3g 3h
PR unite (30g)
15

Descrizione

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/"
}
```

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.