From e5823cfbd60ba0cc6ca1f58a449d587c712bcd03 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 2 Jul 2025 10:00:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0launch.json=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",