File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 {
55 "label" : " configure (dev-mode)" ,
66 "type" : " shell" ,
7- "command" : " cmake -S ${workspaceFolder} -B ${workspaceFolder}/build -DWERROR=ON -DWITH_USDT=OFF - DCMAKE_EXPORT_COMPILE_COMMANDS=ON --preset dev-mode" ,
7+ "command" : " cmake -S ${workspaceFolder} -B ${workspaceFolder}/build -DWERROR=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --preset dev-mode" ,
88 "problemMatcher" : [" $gcc" ],
99 "group" : {"kind" : " build" }
1010 },
2626 {
2727 "label" : " configure (debug)" ,
2828 "type" : " shell" ,
29- "command" : " cmake -S ${workspaceFolder} -B ${workspaceFolder}/build -DCMAKE_BUILD_TYPE=Debug -DWERROR=ON -DWITH_USDT=OFF - DCMAKE_EXPORT_COMPILE_COMMANDS=ON --preset dev-mode" ,
29+ "command" : " cmake -S ${workspaceFolder} -B ${workspaceFolder}/build -DCMAKE_BUILD_TYPE=Debug -DWERROR=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --preset dev-mode" ,
3030 "problemMatcher" : [" $gcc" ],
3131 "group" : " build"
3232 },
You can’t perform that action at this time.
0 commit comments