coder / coder/vscode-coder

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

Abierto
#246 11 comentarios 1 reacción 0 asignados Ver en GitHub
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

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.