Skip to content

Commit ac52aa8

Browse files
authored
Fix text that was causing translation error (#21749) (#25008)
1 parent bed2c37 commit ac52aa8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/core/tutorials/debugging-with-visual-studio-code.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,7 @@ The breakpoint is located after a `Console.ReadLine` method call. The **Debug Co
4242

4343
1. Open *.vscode/launch.json*.
4444

45-
1. Change the `console` setting to `integratedTerminal`.
46-
47-
From:
48-
49-
```json
50-
"console": "internalConsole",
51-
```
52-
53-
To:
45+
1. Change the `console` setting from `internalConsole` to `integratedTerminal`:
5446

5547
```json
5648
"console": "integratedTerminal",

0 commit comments

Comments
 (0)