diff options
-rw-r--r-- | .vscode/tasks.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 808b6d1f..64e18f28 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -55,6 +55,7 @@ "label": "install-all-dependencies", "type": "shell", "command": "./install-dependencies.sh", + "problemMatcher": [], // Empty so users are not promted to select progress reporting }, ] }
\ No newline at end of file |