Skip to content

Commit

Permalink
launch.json: show stdout in debug console (palantir#3464)
Browse files Browse the repository at this point in the history
Fixes: palantir#3457
Supersedes: palantir#3458
  • Loading branch information
ajafff authored and adidahiya committed Jan 9, 2018
1 parent 5256228 commit e2d929d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"NODE_ENV": "development"
},
"console": "internalConsole",
"outputCapture": "std",
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/build/**/*.js"]
},
Expand All @@ -38,6 +39,7 @@
"NODE_ENV": "development"
},
"console": "internalConsole",
"outputCapture": "std",
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/build/**/*.js"]
},
Expand All @@ -58,6 +60,7 @@
"NODE_ENV": "development"
},
"console": "internalConsole",
"outputCapture": "std",
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/build/**/*.js"]
},
Expand All @@ -78,6 +81,7 @@
"NODE_ENV": "development"
},
"console": "internalConsole",
"outputCapture": "std",
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/build/**/*/js"]
}
Expand Down

0 comments on commit e2d929d

Please sign in to comment.