fix: 更新launch.json配置文件
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user