mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
1b0b96665a
Co-authored-by: NWPlayer123 <NWPlayer123@users.noreply.github.com>
17 lines
296 B
JSON
17 lines
296 B
JSON
{
|
|
// Use Ctrl+Shift+B to run build tasks.
|
|
// Or "Run Build Task" in the Command Palette.
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "ninja",
|
|
"type": "shell",
|
|
"command": "ninja",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
},
|
|
]
|
|
}
|