19 lines
No EOL
415 B
JSON
19 lines
No EOL
415 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "CMake: build",
|
|
"type": "cmake",
|
|
"command": "build",
|
|
"group": "build",
|
|
"problemMatcher": [],
|
|
"detail": "CMake build"
|
|
},
|
|
{
|
|
"label": "CMake: clean",
|
|
"type": "cmake",
|
|
"command": "clean",
|
|
"group": "build",
|
|
}
|
|
]
|
|
} |