Skip to content

Commit

Permalink
[dev] Update VSCode launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
chme committed Jan 18, 2025
1 parent b62ddc5 commit 9eb47d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dev/vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/src/owntone",
"args": ["-f", "-c", "/data/conf/owntone.conf", "-w", "${workspaceFolder}/htdocs", "-s", "${workspaceFolder}/sqlext/.libs/owntone-sqlext.so"],
"args": ["-f", "-c", "/data/conf/owntone.conf", "-w", "${workspaceFolder}/web-src/htdocs", "-s", "${workspaceFolder}/sqlext/.libs/owntone-sqlext.so"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"externalConsole": false,
Expand Down

0 comments on commit 9eb47d2

Please sign in to comment.