Skip to content

Commit 665865b

Browse files
authored
Merge pull request #7862 from RossBoylan/server-is-isolated
Server is isolated
2 parents 6b6081c + e1c2e94 commit 665865b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/remote/remote-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DateApproved: 12/11/2024
1919
- Access an **existing** development environment from **multiple machines or locations**.
2020
- Debug an **application running somewhere else** such as a customer site or in the cloud.
2121

22-
**No source code** needs to be on your local machine to get these benefits. Each extension in the [Remote Development extension pack](https://aka.ms/vscode-remote/download/extension) can run commands and other extensions directly inside a container, in WSL, or on a remote machine so that everything feels like it does when you run locally.
22+
**No source code** needs to be on your local machine to get these benefits. Each extension in the [Remote Development extension pack](https://aka.ms/vscode-remote/download/extension) can run commands and other extensions directly inside a container, in WSL, or on a remote machine so that everything feels as it does when you run locally. The extensions install VS Code Server on the remote OS; the server is independent of any existing VS Code installation on the remote OS.
2323

2424
![Architecture](images/remote-overview/architecture.png)
2525

docs/remote/ssh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DateApproved: 12/11/2024
1111

1212
The **Visual Studio Code Remote - SSH** extension allows you to open a remote folder on any remote machine, virtual machine, or container with a running SSH server and take full advantage of VS Code's feature set. Once connected to a server, you can interact with files and folders anywhere on the remote filesystem.
1313

14-
No source code needs to be on your local machine to gain these benefits since the extension runs commands and other extensions directly on the remote machine.
14+
No source code needs to be on your local machine to gain these benefits since the extension runs commands and other extensions directly on the remote machine. The extension will install VS Code Server on the remote OS; the server is independent of any existing VS Code installation on the remote OS.
1515

1616
![SSH Architecture](images/ssh/architecture-ssh.png)
1717

docs/remote/tunnels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Visual Studio Code [Remote - Tunnels](https://marketplace.visualstudio.com/i
1313

1414
Tunneling securely transmits data from one network to another via [Microsoft dev tunnels](https://learn.microsoft.com/azure/developer/dev-tunnels/overview).
1515

16-
This can eliminate the need for source code to be on your VS Code client machine since the extension runs commands and other extensions directly on the remote machine.
16+
This can eliminate the need for source code to be on your VS Code client machine since the extension runs commands and other extensions directly on the remote machine. The extension will install VS Code Server on the remote OS; the server is independent of any existing VS Code installation on the remote OS.
1717

1818
![Remote Tunnels architecture overview](images/vscode-server/server-arch-latest.png)
1919

docs/remote/wsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DateApproved: 12/11/2024
1111

1212
The **Visual Studio Code WSL** extension lets you use the [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/windows/wsl) as your full-time development environment right from VS Code. You can develop in a Linux-based environment, use Linux-specific toolchains and utilities, and run and debug your Linux-based applications all from the comfort of Windows.
1313

14-
The extension runs commands and other extensions directly in WSL so you can edit files located in WSL or the mounted Windows filesystem (for example `/mnt/c`) without worrying about pathing issues, binary compatibility, or other cross-OS challenges.
14+
The extension runs commands and other extensions directly in WSL so you can edit files located in WSL or the mounted Windows filesystem (for example `/mnt/c`) without worrying about pathing issues, binary compatibility, or other cross-OS challenges. The extension will install VS Code Server inside WSL; the server is independent of any existing VS Code installation in WSL.
1515

1616
![WSL Architecture](images/wsl/architecture-wsl.png)
1717

0 commit comments

Comments
 (0)