Files
ss/.vscode/tasks.json
T
Elijah Thomas 4c62e01025 d_jnt_col OK (#174)
* d_jnt_col almost ok

* OK: Thanks Robo!
2025-05-24 03:42:26 -04:00

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",
},
]
}