feat: set `serverInstallPath` for the `<host>` automatically to the workspace dir
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 130
- Fork
- 48
- Merge trung bình
- 3 ngày 3 giờ
- Pull request đã merge (30 ngày)
- 15
Mô tả
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/"
}
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.