This commit is contained in:
gregvanl 2021-04-06 10:44:19 -07:00
Родитель 085690ffe2
Коммит bed859919a
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -25,7 +25,7 @@ You'll also need WSL and a Linux distribution installed. We recommend using WSL
Check out Remote - WSL in action:
<img src="https://github.com/microsoft/vscode-remote-release/blob/master/docs/images/remote-wsl-open-code.gif?raw=true" alt="Gif using Remote - WSL" aria-hidden="true" class="thumb"/>
<img src="https://github.com/microsoft/vscode-remote-release/blob/main/docs/images/remote-wsl-open-code.gif?raw=true" alt="Gif using Remote - WSL" aria-hidden="true" class="thumb"/>
The typical flow is you'll open a Linux command prompt, navigate to a folder of your choosing, and type `code .` to launch a new instance of VS Code connected to WSL. From there, you get the full experience of using VS Code as if you were developing on Linux, except you're on a Windows machine!

Просмотреть файл

@ -446,7 +446,7 @@ We've moved the **Debug Adapter Protocol** from its [old location](https://githu
A companion blog, [New home for the Debug Adapter Protocol](https://code.visualstudio.com/blogs/2018/08/07/debug-adapter-protocol-website), provides background and additional details about the move.
Everyone who is using the DAP JSON-schema programmatically from the old location [https://raw.githubusercontent.com/Microsoft/vscode-debugadapter-node/master/debugProtocol.json](https://raw.githubusercontent.com/Microsoft/vscode-debugadapter-node/master/debugProtocol.json) should update their source code to the new location:
Everyone who is using the DAP JSON-schema programmatically from the old location [https://raw.githubusercontent.com/Microsoft/vscode-debugadapter-node/main/debugProtocol.json](https://raw.githubusercontent.com/Microsoft/vscode-debugadapter-node/main/debugProtocol.json) should update their source code to the new location:
```bash
https://microsoft.github.io/debug-adapter-protocol/debugAdapterProtocol.json