From 4de6f45902537b371f97578e2d7e9398b8ee51f4 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joël Séguillon --- 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",