summaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 5dbce66..175ba65 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -10,8 +10,7 @@
"request": "launch",
"preLaunchTask": "first_run",
"program": "/opt/AGL/bin/afb-daemon",
- "args": [ "--rootdir=${workspaceRoot}/build/package/",
- "--workdir=${workspaceRoot}/build/package/",
+ "args": [ "--workdir=.",
"--ldpaths=lib",
"--roothttp=.",
"--tracereq=common",