From 311a9362ea73b0b49d95f551cc724b7b0cd3d2b5 Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Sat, 24 Jun 2023 03:41:56 +0100 Subject: [PATCH] Update debug config --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 4630fc8..fd17534 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "program": "${workspaceFolder}/main", "args": [ - "${workspaceFolder}/test_files/menu.json" + "${workspaceFolder}/test_files/webapp.json" ], "stopAtEntry": false, "cwd": "${workspaceFolder}",