feat: set `serverInstallPath` for the `<host>` automatically to the workspace dir
未关闭
- 主要语言
- 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 还没有评估数据。