fix: debug setting

This commit is contained in:
2023-10-28 12:00:48 +08:00
parent 0f35832aa5
commit eb38f9f74e

2
.vscode/launch.json vendored
View File

@@ -18,7 +18,7 @@
"type": "go",
"request": "launch",
"mode": "debug",
"program": "d:/local.git/ems.agt/restagent/restagent.go",
"program": "d:/local.git/ems.agt/restagent/",
"console": "integratedTerminal"
},
{