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