summaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 61733b5..03c2de7 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -11,6 +11,7 @@
"preLaunchTask": "first_run",
"program": "/opt/AGL/bin/afb-daemon",
"args": [ "--workdir=.",
+ "--name=afbd-harvester",
"--ldpaths=lib",
"--roothttp=.",
"--tracereq=common",
@@ -38,6 +39,7 @@
"program": "/opt/AGL/bin/afb-daemon",
"args": [ "--rootdir=${workspaceRoot}/build/package/",
"--workdir=${workspaceRoot}/build/package/",
+ "--name=afbd-harvester",
"--ldpaths=lib",
"--roothttp=.",
"--tracereq=common",