Live video on the AT Protocol
1{
2 "version": "0.2.0",
3 "configurations": [
4 {
5 "name": "Run Streamplace (linux)",
6 "type": "go",
7 "request": "launch",
8 "mode": "exec",
9 "program": "${workspaceFolder}/build-linux-amd64/libstreamplace"
10 },
11 {
12 "name": "Run Streamplace (darwin)",
13 "type": "go",
14 "request": "launch",
15 "mode": "exec",
16 "program": "${workspaceFolder}/build-darwin-amd64/libstreamplace"
17 }
18 ]
19}