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 還沒有評估資料。