From 39b6ca1d2467f536636fab7efb5a2dff60caf1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20S=C3=A9guillon?= Date: Thu, 2 Jan 2025 11:41:25 +0100 Subject: [PATCH] helloworld: add terminal to node app for vscode --- tutorials/hello-world/.vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",