2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-01-19 04:22:08 +00:00

fixed a bug in .vscode/tasks.json

This commit is contained in:
Emil Dotchevski
2024-01-14 20:14:58 -08:00
parent 031dfa09f7
commit c33f7ac67d

2
.vscode/tasks.json vendored
View File

@@ -44,7 +44,7 @@
"dependsOn": [
"Generate leaf.hpp"
],
"command": "cd ${workspaceRoot}/_bld/debug_leaf_hpp && ninja && meson test && cd ${workspaceRoot}/_bld/debug && ninja && meson test",
"command": "cd ${workspaceRoot}/_bld/debug && ninja && meson test && cd ${workspaceRoot}/_bld/debug && ninja && meson test",
"problemMatcher": {
"base": "$gcc",
"fileLocation": [