fix commas
This commit is contained in:
parent
b8e6f16d6f
commit
b7c71e51e7
6
zig-ecs/.vscode/tasks.json
vendored
6
zig-ecs/.vscode/tasks.json
vendored
@ -4,7 +4,7 @@
|
|||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"options": {
|
"options": {
|
||||||
"env": {
|
"env": {
|
||||||
"ZIG_SYSTEM_LINKER_HACK": "1",
|
"ZIG_SYSTEM_LINKER_HACK": "1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tasks": [
|
"tasks": [
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"command": "zig build",
|
"command": "zig build",
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
"$gcc"
|
"$gcc"
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Build and Run Project",
|
"label": "Build and Run Project",
|
||||||
@ -117,6 +117,6 @@
|
|||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user