From 9bf199a4770b08c03d553129757d960b605e598a Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期五, 14 五月 2021 18:05:21 +0800 Subject: [PATCH] add center info at fixed address in shm. --- .vscode/tasks.json | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 84142bc..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", - "../build" - ], + "args": [], "options": { - "cwd": "${workspaceFolder}/utest" + "cwd": "${workspaceFolder}/debug" }, "problemMatcher": [ "$gcc" -- Gitblit v1.8.0