Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
441 B · 19 lines
JSON
1234567891011121314151617181920{ "version": "0.2.0", "configurations": [ { "name": "Run Streamplace (linux)", "type": "go", "request": "launch", "mode": "exec", "program": "${workspaceFolder}/build-linux-amd64/libstreamplace" }, { "name": "Run Streamplace (darwin)", "type": "go", "request": "launch", "mode": "exec", "program": "${workspaceFolder}/build-darwin-arm64/libstreamplace" } ]}