diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-05-17 16:11:47 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-05-17 16:11:47 +0200 |
| commit | c893434519811d4fbd04f3a5a23971f0ef93cf24 (patch) | |
| tree | b07af60abd56635966efc834f7e1e277465523be /.vscode | |
| parent | 40ed7b9b5e1892d204b1ce56bbaf394bc7ecf12d (diff) | |
| download | wanda-c893434519811d4fbd04f3a5a23971f0ef93cf24.tar.xz wanda-c893434519811d4fbd04f3a5a23971f0ef93cf24.zip | |
build: update dependencies
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/tasks.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index ff5fb7f..01876f1 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -16,11 +16,12 @@ "label": "conan: bootstrap", "dependsOrder": "sequence", "dependsOn": [ - "conan: install", + "conan: install" ], "runOptions": { "runOn": "folderOpen" - } + }, + "problemMatcher": [] } ] }
\ No newline at end of file |
