Skip to content

Commit

Permalink
Merge pull request #1125 from jseguillon/feat/vscode-terminal-nodeapp
Browse files Browse the repository at this point in the history
helloworld: add terminal to node app for vscode
  • Loading branch information
paulyuk authored Jan 23, 2025
2 parents 60f7f60 + 4de6f45 commit a54d89d
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 a54d89d

Please sign in to comment.