docs(remote): document using WSL over SSH#9203
Open
DakotaB75 wants to merge 2 commits intomicrosoft:mainfrom
Open
docs(remote): document using WSL over SSH#9203DakotaB75 wants to merge 2 commits intomicrosoft:mainfrom
DakotaB75 wants to merge 2 commits intomicrosoft:mainfrom
Conversation
Documents the ability to connect to a WSL distribution over an existing SSH connection, introduced in VS Code 1.89. The content is added to the WSL Remote documentation and is based on existing release notes and behavior. Documentation-only change.
ntrogh
requested changes
Jan 4, 2026
Contributor
ntrogh
left a comment
There was a problem hiding this comment.
@DakotaB75 Please apply requested changes. In general, keep the updates concise and don't introduce unnecessary explanations and subsections.
docs/remote/wsl.md
Outdated
|
|
||
| Starting with VS Code 1.89, it is possible to connect to a WSL distribution over an existing SSH connection. | ||
|
|
||
| This workflow is useful when you are already connected to a remote machine using **Remote - SSH** and want to work inside a WSL environment hosted on that machine. |
Contributor
There was a problem hiding this comment.
Drop this line for conciseness
docs/remote/wsl.md
Outdated
|
|
||
| This workflow is useful when you are already connected to a remote machine using **Remote - SSH** and want to work inside a WSL environment hosted on that machine. | ||
|
|
||
| #### Prerequisites |
docs/remote/wsl.md
Outdated
| - Remote - SSH extension | ||
| - WSL installed and configured on the remote machine | ||
|
|
||
| #### Connect to WSL over SSH |
Contributor
There was a problem hiding this comment.
Remove this heading to keep everything under the main H3 heading
docs/remote/wsl.md
Outdated
|
|
||
| #### Connect to WSL over SSH | ||
|
|
||
| 1. Connect to the remote machine using **Remote - SSH**. |
Contributor
There was a problem hiding this comment.
Suggested change
| 1. Connect to the remote machine using **Remote - SSH**. | |
| 1. Connect to the remote machine using the [Remote - SSH extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh). |
docs/remote/wsl.md
Outdated
| #### Connect to WSL over SSH | ||
|
|
||
| 1. Connect to the remote machine using **Remote - SSH**. | ||
| 2. Open the Command Palette (`kbstyle(F1)`) and run: |
Contributor
There was a problem hiding this comment.
Suggested change
| 2. Open the Command Palette (`kbstyle(F1)`) and run: | |
| 2. Run the **WSL: Connect to WSL using Distro** command from the Command Palette (`kb(workbench.action.showCommands)`). |
docs/remote/wsl.md
Outdated
| 1. Connect to the remote machine using **Remote - SSH**. | ||
| 2. Open the Command Palette (`kbstyle(F1)`) and run: | ||
|
|
||
| **Remote-WSL: Connect to WSL using SSH** |
Contributor
There was a problem hiding this comment.
Suggested change
| **Remote-WSL: Connect to WSL using SSH** |
| **Remote-WSL: Connect to WSL using SSH** | ||
|
|
||
| 3. Select the target WSL distribution. | ||
|
|
Contributor
There was a problem hiding this comment.
Alternatively, select the remote WSL in the Remote Explorer view.
docs/remote/wsl.md
Outdated
|
|
||
| VS Code will open a new window connected to the selected WSL environment over the existing SSH session. | ||
|
|
||
| This setup combines **Remote - SSH** and **Remote - WSL**, enabling a seamless development experience with Linux tooling inside WSL while working on a remote host. |
Contributor
Author
There was a problem hiding this comment.
Thanks for the review I’ll apply the requested changes and update the PR accordingly.
francescocastella89-cmyk
approved these changes
Jan 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the ability to connect to a WSL distribution over an existing SSH connection, introduced in VS Code 1.89.
The content is added to the WSL Remote documentation and is based on existing release notes and behavior.
Documentation-only change.
Fixes #7320