Fix Zig errors appearing as GCC errors in VS Code

This commit is contained in:
kayomn 2022-10-04 14:19:34 +01:00
parent 28e61f846a
commit d6fad7288d
1 changed files with 1 additions and 1 deletions

2
.vscode/tasks.json vendored
View File

@ -23,7 +23,7 @@
}, },
"problemMatcher": { "problemMatcher": {
"source": "gcc", "source": "zig",
"owner": "cpptools", "owner": "cpptools",
"fileLocation": [ "fileLocation": [