Fix Zig errors appearing as GCC errors in VS Code
This commit is contained in:
parent
28e61f846a
commit
d6fad7288d
|
@ -23,7 +23,7 @@
|
|||
},
|
||||
|
||||
"problemMatcher": {
|
||||
"source": "gcc",
|
||||
"source": "zig",
|
||||
"owner": "cpptools",
|
||||
|
||||
"fileLocation": [
|
||||
|
|
Loading…
Reference in New Issue