From d2fb151942f7e285e900099491a6973ae6024c8d Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Tue, 4 Jul 2023 10:30:56 +0200 Subject: [PATCH] Fix: Launch bundled CLI --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e87675c38..0f412796c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "type": "node", "request": "launch", "name": "Launch CLI - up", - "program": "${workspaceFolder}/src/spec-node/devContainersSpecCLI.ts", + "program": "${workspaceFolder}/dist/spec-node/devContainersSpecCLI.js", "cwd": "${workspaceFolder}", // "envFile": "${workspaceFolder}/.env", // Create .env file in the workspace folder to pass environment variables to the CLI. "args": [