diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/tasks.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 64b0b5e..5b81338 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -15,7 +15,8 @@ "group": { "kind": "build", "isDefault": true - } + }, + "problemMatcher": [] } ] }
\ No newline at end of file |