14 lines
No EOL
281 B
JSON
14 lines
No EOL
281 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "build dll",
|
|
"type": "shell",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"command": ".vscode/build.bat",
|
|
},
|
|
]
|
|
} |