diff --git a/.vscode/launch.json b/.vscode/launch.json index 8071d75f8b29dc68114dbbec8b3e5c2077121572..68fd885cf2d3747267cacd42f9f68518ff415b8b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,7 +19,9 @@ "kind": "bin" } }, - "args": [], + "args": [ + "${workspaceFolder}" + ], "cwd": "${workspaceFolder}" }, { @@ -61,4 +63,4 @@ "cwd": "${workspaceFolder}" } ] -} \ No newline at end of file +}