From 8c08210256fe6c4c22e6e1cb41b319c5a1cbbc25 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Tue, 12 Sep 2023 09:35:56 +0800 Subject: [PATCH] D --- .vscode/launch.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 1c3fceb8..1e2d851b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,7 +4,6 @@ // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ - { "name": "调试模式", "type": "go", @@ -14,7 +13,7 @@ "console": "integratedTerminal" }, { - "name": "调试模式restagent", + "name": "DEBUG restagent", "type": "go", "request": "launch", "mode": "debug",