Skip to content

Commit

Permalink
vscode tasks use internalConsole instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Maia Costa committed Jun 12, 2019
1 parent bbade51 commit 714e983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "Debug the API",
"program": "${workspaceFolder}/api/server/app.ts",
"args": [],
"console": "integratedTerminal",
"console": "internalConsole",
"cwd": "${workspaceFolder}/api",
"preLaunchTask": "npm: build:api",
"outFiles": ["${workspaceFolder}/api/production-server/**/*.js"]
Expand All @@ -21,7 +21,7 @@
"name": "Debug the APP",
"program": "${workspaceFolder}/app/server/app.ts",
"args": [],
"console": "integratedTerminal",
"console": "internalConsole",
"cwd": "${workspaceFolder}/app",
"preLaunchTask": "npm: build:app",
"outFiles": ["${workspaceFolder}/app/production-server/**/*.js"]
Expand Down

0 comments on commit 714e983

Please sign in to comment.