diff --git a/.vscode/launch.json b/.vscode/launch.json index b34eea44..c80973d6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",