fix: 更新launch.json配置文件
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -11,7 +11,7 @@
|
|||||||
"mode": "debug",
|
"mode": "debug",
|
||||||
"program": "./restagent/restagent.go",
|
"program": "./restagent/restagent.go",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"args": ["--env", "local", "-c", "./etc/restconf.yaml"] // 走开发配置
|
"args": ["--env", "local", "-c", "./restagent/etc/restconf.yaml"] // 走开发配置
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "DEBUG restagent",
|
"name": "DEBUG restagent",
|
||||||
|
|||||||
Reference in New Issue
Block a user