mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
22 lines
472 B
JSON
22 lines
472 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "Build (meson)",
|
|
"command": "meson",
|
|
"args": [
|
|
"compile",
|
|
"-C",
|
|
"builddir"
|
|
],
|
|
"options": {
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
} |