Robert Jin

Results 4 comments of Robert Jin

@rebornix This doesn't have the "help wanted" label but would you accept a PR? I'd like this feature and [here](https://github.com/jzyrobert/vscode/commit/b9a0419153cf4052720d6feec4b31f3dc60b8d5d) is the branch in my fork that enables it.

I'm in support of this idea/behaviour, have a related open ticket: https://github.com/microsoft/vscode-remote-release/issues/9090

> That's the way the feature is implemented currently- it tries to install the extensions _before_ connecting to your remote, so you don't have to do a reload, but then...

@joshspicer In the latest pre-release Remote-SSH extension it now adds a setting called `remote.SSH.defaultExtensionsIfInstalledLocally` which is non-empty by default: ![Image](https://github.com/user-attachments/assets/0d281e80-fefe-43af-87be-96ef3a73dd92) This then causes connection attempts to remote hosts without Internet...