From 9ad7321f8348fac35dc049117b6efbb7ee992180 Mon Sep 17 00:00:00 2001 From: Madhu12-MC Date: Tue, 13 May 2025 12:16:13 +0530 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 374d16e50..c38b79941 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "name": "Run application", "type": "node", "request": "launch", - "cwd": "${workspaceFolder}", + "cwd": "${workSpaceFolder}", "console": "integratedTerminal", "runtimeExecutable": "npm", "runtimeArgs": [ @@ -17,4 +17,4 @@ ] } ] -} \ No newline at end of file +}