mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-26 04:59:55 +03:00
23 lines
No EOL
433 B
JSON
23 lines
No EOL
433 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "dub",
|
|
"run": false,
|
|
"cwd": ".",
|
|
"compiler": "$current",
|
|
"archType": "$current",
|
|
"buildType": "$current",
|
|
"configuration": "$current",
|
|
"problemMatcher": [
|
|
"$dmd"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"label": "dub: Build buttons_sample",
|
|
"detail": "dub build --compiler=dmd.EXE -a=x86_64 -b=debug -c=application"
|
|
}
|
|
]
|
|
} |