From 3905b1669d5ce8759a942ca0f96ed9febfbb1c4b Mon Sep 17 00:00:00 2001 From: Elias Holzer Date: Fri, 22 Mar 2024 13:49:42 +0100 Subject: [PATCH] Fixes startup arguments --- src/Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Properties/launchSettings.json b/src/Properties/launchSettings.json index de2a0cf..d937f5c 100644 --- a/src/Properties/launchSettings.json +++ b/src/Properties/launchSettings.json @@ -2,8 +2,8 @@ "profiles": { "VL.IO.NDI": { "commandName": "Executable", - "executablePath": "$(ProgramFiles)\\vvvv\\vvvv_gamma_$(VLVersion)\\vvvv.exe", - "commandLineArgs": "--package-repositories $(PackageRepositories)" + "executablePath": "$(ProgramFiles)\\vvvv\\vvvv_gamma_$(VVVVVersion)\\vvvv.exe", + "commandLineArgs": "--package-repositories $(PackageRepositories) --debug --editable-packages VL.IO.NDI;VL.Audio" }, "Profile 1": { "commandName": "Project"