Files
LiquidGUI/.vscode/tasks.json
2023-08-18 16:44:05 +01:00

16 lines
401 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Build",
"type": "shell",
"command": "cmd.exe /c build.bat",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}