diff --git a/docs/core/tutorials/debugging-with-visual-studio-code.md b/docs/core/tutorials/debugging-with-visual-studio-code.md index 7a7c5f00e96f5..fec78402562a6 100644 --- a/docs/core/tutorials/debugging-with-visual-studio-code.md +++ b/docs/core/tutorials/debugging-with-visual-studio-code.md @@ -41,15 +41,7 @@ The breakpoint is located after a `Console.ReadLine` method call. The **Debug Co 1. Open *.vscode/launch.json*. -1. Change the `console` setting to `integratedTerminal`. - - From: - - ```json - "console": "internalConsole", - ``` - - To: +1. Change the `console` setting from `internalConsole` to `integratedTerminal`: ```json "console": "integratedTerminal",