Skip to content

Commit

Permalink
Fixes startup arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
azeno committed Mar 22, 2024
1 parent 9ed8bc5 commit 3905b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3905b16

Please sign in to comment.