fix: 更新launch.json配置文件

This commit is contained in:
TsMask
2025-07-02 10:00:00 +08:00
parent cc0a826ab2
commit e5823cfbd6

2
.vscode/launch.json vendored
View File

@@ -11,7 +11,7 @@
"mode": "debug",
"program": "./restagent/restagent.go",
"console": "integratedTerminal",
"args": ["--env", "local", "-c", "./etc/restconf.yaml"] // 走开发配置
"args": ["--env", "local", "-c", "./restagent/etc/restconf.yaml"] // 走开发配置
},
{
"name": "DEBUG restagent",