Skip to content

Commit dcc85bd

Browse files
author
Colin Robertson
authored
Remove locale from links.
1 parent 2239588 commit dcc85bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/linux/connect-to-your-remote-linux-computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ In Visual Studio 2017, you connect to WSL by using the same steps as connecting
8787

8888
::: moniker range="vs-2019"
8989

90-
Visual Studio 2019 version 16.1 added native support for using C++ with the [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/about). This means that you no longer need to add a remote connection or configure SSH in order to build and debug on your local WSL installation. You can find details on [how to install WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10) here.
90+
Visual Studio 2019 version 16.1 added native support for using C++ with the [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/windows/wsl/about). This means that you no longer need to add a remote connection or configure SSH in order to build and debug on your local WSL installation. You can find details on [how to install WSL](https://docs.microsoft.com/windows/wsl/install-win10) here.
9191

9292
To configure your WSL installation to work with Visual Studio you need the following tools installed: gcc, gdb, make, rsync, and zip. You can install them on distros that use apt with this command:
9393

0 commit comments

Comments
 (0)