19 lines
452 B
JSON
19 lines
452 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "CMake Build",
|
|
"type": "cmake",
|
|
"command": "build",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"presentation": {
|
|
"reveal": "silent",
|
|
"panel": "shared"
|
|
},
|
|
"detail": "Builds the currently selected CMake Preset"
|
|
}
|
|
]
|
|
} |