This commit is contained in:
chenhaibo
2025-02-04 11:42:50 +08:00
parent c80247286e
commit 3940bc1992
8 changed files with 45 additions and 57 deletions

4
.vscode/launch.json vendored
View File

@ -9,8 +9,8 @@
"type": "go",
"request": "launch",
"mode": "exec",
"program": "${workspaceFolder}/bin/srs-sip",
"cwd": "${workspaceFolder}/bin",
"program": "${workspaceFolder}/objs/srs-sip",
"cwd": "${workspaceFolder}/objs",
"env": {},
"args": []
}