Skip to content

Commit

Permalink
helloworld: add terminal to node app for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
jseguillon committed Jan 2, 2025
1 parent c32f421 commit 39b6ca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/hello-world/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
],
"program": "${workspaceFolder}/node/app.js",
"preLaunchTask": "daprd-debug-node",
"postDebugTask": "daprd-down-node"
"postDebugTask": "daprd-down-node",
"console": "integratedTerminal"
},
{
"type": "python",
Expand Down

0 comments on commit 39b6ca1

Please sign in to comment.