mirror of
https://github.com/zeldaret/tp
synced 2026-06-01 01:39:43 -04:00
0db466edfa
* Add clangd support for VS Code * Revert accidental change
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
|
|
}
|
|
},
|
|
]
|
|
}
|