|
2 | 2 | Order: 47
|
3 | 3 | TOCTitle: Remote Development
|
4 | 4 | PageTitle: Remote Development with Visual Studio Code
|
5 |
| -MetaDescription: Remote Development with Visual Studio Code for SSH, WSL, and Containers |
| 5 | +MetaDescription: VS Code remote support for SSH, WSL, and Containers |
6 | 6 | MetaSocialImage: /assets/blogs/2019/05/02/social_remote.png
|
7 | 7 | Date: 2019-05-02
|
8 | 8 | ShortDescription: Remote Development with Visual Studio Code
|
@@ -57,14 +57,13 @@ But, it just wasn't right. It didn't make sense to do special work for every run
|
57 | 57 |
|
58 | 58 | We convinced ourselves that what we needed was a way to run VS Code in two places at once, to run the developer tools locally and connect to a set of development services running remotely in the context of a physical or virtual machine (for example, a container or VM). This gives you a rich local development experience in the context of what is on the remote machine.
|
59 | 59 |
|
60 |
| - |
61 |
| - |
| 60 | + |
62 | 61 |
|
63 | 62 | ## Introducing the VS Code Remote Extensions
|
64 | 63 |
|
65 | 64 | Over the past few months, we've been working hard re-establishing proper boundaries between our code layers and eliminating assumptions about the local development environment. We've built three new extensions for working with remote workspaces running in WSL, Docker containers, or in physical and virtual machines over SSH.
|
66 | 65 |
|
67 |
| - |
| 66 | + |
68 | 67 |
|
69 | 68 | The **[Remote - WSL](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl)** extension lets you use the [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl) as a full development environment, right from VS Code. This new, optimized support lets you:
|
70 | 69 |
|
@@ -100,7 +99,7 @@ For more information, please see the [Developing using SSH](https://aka.ms/vscod
|
100 | 99 |
|
101 | 100 | ---
|
102 | 101 |
|
103 |
| -The **[Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)** extension lets you use a [Docker container](https://docker.com) as your [development container](https://aka.ms/vscode-remote/containers/folder-setup). Containers make a great development environments because: |
| 102 | +The **[Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)** extension lets you use a [Docker container](https://docker.com) as your [development container](https://aka.ms/vscode-remote/containers/folder-setup). Containers make great development environments because: |
104 | 103 |
|
105 | 104 | * You can develop with a consistent and easily reproducible tool chain, on the same operating system you are deploying to.
|
106 | 105 | * Containers are isolated, meaning you can quickly swap between different development environments without impacting your local machine.
|
|
0 commit comments