Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Open Link in New WindowNew to Visual Studio Code? Get it now.
Open Link in New Window

Open Link in New Window

jianghuifr

| (0) | Free
Handle vscode:// URIs to open remote SSH folders in a new window.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Open Link in New Window

Handle vscode:// URIs to open remote SSH folders in a new VS Code window.

Usage

Click a link like:

vscode://jianghuifr.open-link-in-new-window/dev/root/workspaces

VS Code will open a new window connected to the dev SSH host at /root/workspaces.

URI format

vscode://jianghuifr.open-link-in-new-window/<ssh-host>/<remote-absolute-path>

Query-style is also supported:

vscode://jianghuifr.open-link-in-new-window/open?host=dev&path=/root/workspaces

Prerequisites

  • Remote - SSH extension installed
  • The SSH host (e.g. dev) configured in ~/.ssh/config
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft