From d48b866f555e21b127acdc40c6f466ba9a609d62 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期日, 25 四月 2021 16:08:29 +0800 Subject: [PATCH] update go api. --- .vscode/tasks.json | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index db457e5..d07ebba 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,12 +4,9 @@ "type": "cppbuild", "label": "C/C++: g++ build active file", "command": "ninja", - "args": [ - "-C", - "debug" - ], + "args": [], "options": { - "cwd": "${workspaceFolder}" + "cwd": "${workspaceFolder}/debug" }, "problemMatcher": [ "$gcc" -- Gitblit v1.8.0