From 0861b0d590b0fff122ea6cf82fda2a415f7ddef6 Mon Sep 17 00:00:00 2001 From: "DESKTOP-4RNDQIC\\29019" <290198252@qq.com> Date: Sat, 9 Jan 2021 23:14:39 +0800 Subject: [PATCH] no message --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 3b51cda..2903dc8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,7 +12,7 @@ "program": "${workspaceRoot}/main.go", "env": {}, "args": [], - "cwd":".", + "cwd":"${workspaceRoot}/", } ] }