diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 3109054..0e54138 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -15,6 +15,24 @@ "clear": true } }, + { + "label": "Meson Reconfigure", + "type": "shell", + "command": "meson setup", + "args": [ + "build", + "--reconfigure" + ], + "problemMatcher": [], + "presentation": { + "echo": true, + "reveal": "always", + "focus": false, + "panel": "shared", + "showReuseMessage": true, + "clear": true + } + }, { "label": "Build", "type": "shell",