Skip to content

Commit

Permalink
update vscode startup command
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Aug 6, 2021
1 parent 86eab35 commit 0fa8fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Expand Up @@ -9,7 +9,7 @@
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/webrtc-streamer",
"args": ["-C", "config.json", "-o", "-a"],
"args": ["-C", "config.json", "-a"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
Expand Down

0 comments on commit 0fa8fe3

Please sign in to comment.