feat: set `serverInstallPath` for the `<host>` automatically to the workspace dir
オープン
- 主要言語
- TypeScript
- スター
- 130
- フォーク
- 48
- 平均マージ
- 3日 3時間
- マージ済み PR(30日)
- 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 はまだ評価されていません。