From bba0df43023e1ff942a0a40aed0c039d398b178f Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Mon, 27 Nov 2023 14:43:13 +0100 Subject: [PATCH] aa --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index c48cd73..d5b3f40 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,7 +7,7 @@ "name": "Launch via Nodemon", "program": "${workspaceFolder}/node_modules/nodemon/bin/nodemon.js", "restart": true, - "runtimeExecutable": "node", + "runtimeExecutable": "/Users/paolo/.nvm/versions/node/v16.19.0/bin/node", "runtimeArgs": [ "--inspect=9229" // Use "--inspect=0.0.0.0:9229" for remote debugging ],