diff --git a/tutorials/hello-world/.vscode/launch.json b/tutorials/hello-world/.vscode/launch.json index d25274624..caaeea234 100644 --- a/tutorials/hello-world/.vscode/launch.json +++ b/tutorials/hello-world/.vscode/launch.json @@ -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",