mirror of
https://github.com/zeldaret/ss
synced 2026-05-29 08:42:57 -04:00
4c62e01025
* d_jnt_col almost ok * OK: Thanks Robo!
22 lines
548 B
JSON
22 lines
548 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
|
|
}
|
|
},
|
|
{
|
|
"label": "Apply Objdiff Mappings",
|
|
"type": "shell",
|
|
"command": "python ${workspaceFolder}/tools/custom/apply_objdiff_mappings.py",
|
|
},
|
|
]
|
|
}
|