Skip to content

Commit

Permalink
Adds vscode launch notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkormendy committed May 23, 2022
1 parent b2f4bac commit d03aa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"run", "debug"
],
"args": ["--colors"],
"console": "externalTerminal",
"console": "externalTerminal", // "externalTerminal" or "internalConsole"
"internalConsoleOptions": "neverOpen",
"outputCapture": "std",
"program": "${workspaceFolder}/src/index.js",
Expand Down

0 comments on commit d03aa95

Please sign in to comment.