coder / coder/vscode-coder

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

未关闭
#246 11 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
130
派生
48
平均合并
3 天 3 小时
30 天内合并 PR
15

描述

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

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。