coder / coder/vscode-coder

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

Aberta
#246 11 comentários 1 reação 0 responsáveis Ver no GitHub
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

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.