Skip to content

Commit 6ebf5ce

Browse files
authored
Document changes to launch.json in the experimental debugger (#1435)
Fixes #1434
1 parent f43c78a commit 6ebf5ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

news/1 Enhancements/1395.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Settings configured within the `debugOptions` property of `launch.json` for the old debugger are now defined as individual (boolean) properties in the new experimental debugger (e.g. `"debugOptions": ["RedirectOutput"]` becomes `"redirectOutput": true`).

0 commit comments

Comments
 (0)