helloworld: add terminal to node app for vscode

Signed-off-by: Joël Séguillon <joel.seguillon@gmail.com>
This commit is contained in:
Joël Séguillon 2025-01-02 11:41:25 +01:00
parent c32f421eae
commit 4de6f45902
1 changed files with 2 additions and 1 deletions

View File

@ -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",