From e5e0e9bca90b4b10b2535a914690cab5b8a04c3f Mon Sep 17 00:00:00 2001 From: Casper Sparre Date: Fri, 20 Feb 2026 22:00:53 +0100 Subject: [PATCH] initial --- Cajetan.OF-DL/Properties/launchSettings.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cajetan.OF-DL/Properties/launchSettings.json b/Cajetan.OF-DL/Properties/launchSettings.json index c2676dd..0b259a6 100644 --- a/Cajetan.OF-DL/Properties/launchSettings.json +++ b/Cajetan.OF-DL/Properties/launchSettings.json @@ -1,8 +1,10 @@ { "profiles": { "Cajetan.OF-DL": { - "commandName": "Project", - "commandLineArgs": "--non-interactive --specific-lists Capture" + "commandName": "Project", + "workingDirectory": "..\\.dev\\", + //"commandLineArgs": "--non-interactive --specific-lists Capture" + "commandLineArgs": "--non-interactive --specific-users amyboz" } } }