mirror of
https://github.com/tonytins/citylimits
synced 2025-12-21 22:54:43 -05:00
Initial source commit
This commit is contained in:
commit
5f7cefb98e
1794 changed files with 40615 additions and 0 deletions
22
.vscode/tasks.json
vendored
Normal file
22
.vscode/tasks.json
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "zig build",
|
||||
"type": "shell",
|
||||
"command": "zig build"
|
||||
},
|
||||
{
|
||||
"label": "zig run",
|
||||
"type": "shell",
|
||||
"command": "zig build run"
|
||||
},
|
||||
{
|
||||
"label": "zig test",
|
||||
"type": "shell",
|
||||
"command": "zig build test"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue