From d15593bcf4157cf799697e39f41e9e4e0ed57a34 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Fri, 19 Jul 2024 14:06:39 +0800 Subject: [PATCH] fix: debug mode issue --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..ea8a5826 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ +"go.toolsEnvVars": { + "GOOS": "windows", + "GOARCH": "amd64" +} +} \ No newline at end of file