Skip to content

Commit c792d9b

Browse files
author
Greg Van Liew
committed
Update blog post alt-text
1 parent 9a54301 commit c792d9b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

blogs/2019/05/02/remote-development.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Order: 47
33
TOCTitle: Remote Development
44
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
66
MetaSocialImage: /assets/blogs/2019/05/02/social_remote.png
77
Date: 2019-05-02
88
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
5757

5858
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.
5959

60-
![Remote environment](remote-environment.png)
61-
60+
![Visual Studio Code connecting to remote environments](remote-environment.png)
6261

6362
## Introducing the VS Code Remote Extensions
6463

6564
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.
6665

67-
![Remote extensions](remote-extensions.png)
66+
![Visual Studio Code Remote Extensions for WSL, Containers, and SSH](remote-extensions.png)
6867

6968
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:
7069

@@ -100,7 +99,7 @@ For more information, please see the [Developing using SSH](https://aka.ms/vscod
10099

101100
---
102101

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:
104103

105104
* You can develop with a consistent and easily reproducible tool chain, on the same operating system you are deploying to.
106105
* Containers are isolated, meaning you can quickly swap between different development environments without impacting your local machine.

0 commit comments

Comments
 (0)