Update the doc about debugging dotnet core in VSCode (#11969)

* Update the doc about debugging dotnet core in VSCode

* remove en-us
This commit is contained in:
Dongbo Wang 2020-03-10 09:40:12 -07:00 committed by GitHub
parent 12bf5f4a0c
commit bb8a7c779d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,9 @@
# Visual Studio Code
[Experimental .NET Core Debugging in VS Code][core-debug] enables
cross-platform debugging with the [Visual Studio Code][vscode] editor.
The [Visual Studio Code][vscode] editor supports cross-platform debugging.
This is made possible by the [OmniSharp][] extension for VS Code.
Please review their [detailed instructions][vscclrdebugger]. In
Please review their [detailed instructions][core-debug]. In
addition to being able to build PowerShell, you need:
- C# Extension for VS Code installed
@ -42,10 +41,9 @@ process named `powershell`, and will attach to it. If you need more fine-grained
control, replace `processName` with `processId` and provide a PID. (Please be
careful not to commit such a change.)
[core-debug]: https://devblogs.microsoft.com/devops/experimental-net-core-debugging-in-vs-code/
[core-debug]: https://docs.microsoft.com/dotnet/core/tutorials/with-visual-studio-code#debug
[vscode]: https://code.visualstudio.com/
[OmniSharp]: https://github.com/OmniSharp/omnisharp-vscode
[vscclrdebugger]: https://aka.ms/vscclrdebugger
## PowerShell