Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>RemreloadNew to Visual Studio Code? Get it now.
Remreload

Remreload

viveksjain

|
1,186 installs
| (3) | Free
Automatically reload remote SSH window on connection loss
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Remreload

Remreload icon

I got tired of having to manually reload multiple different Remote SSH workspaces in Visual Studio Code after waking my computer from sleep (and VSCode isn't the fastest thing to reload either). This extension helps Remote workspaces get reloaded automatically.

This extension detects when the SSH connection is lost by deducing the SSH process that VSCode uses for the remote connection. When the SSH process is no longer running, it reloads the window. You can also configure the connectivity check command to ensure that a network/VPN connection is established - Remreload waits until this command returns success before triggering window reload. As an example, set remreload.checkConnectivityCommand to ssh -o ConnectTimeout=5 <remote_dest> 'exit' (replace <remote_dest> as appropriate).

Note: This extension only supports VSCode running on Mac and Linux, as it detects the appropriate SSH process using techniques that are not available on Windows.

Attribution

Icons are combined from the ones made by Roundicons Premium and Freepik on www.flaticon.com.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft