diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-12-20 20:32:35 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-12-20 20:32:35 +0100 |
commit | 088a747f087671be49d879afa2046cdbe294e52b (patch) | |
tree | 0635ec922961c8a8e50290823907c68844e28342 /.vscode | |
parent | f86022800761ced03b6998149b9f1a9789a9b284 (diff) |
Improve
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 |