diff --git a/.vscode/launch.json b/.vscode/launch.json index 8071d75f8b..68fd885cf2 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 +}