luxe-colorpicker/.vscode/tasks.json

14 lines
No EOL
267 B
JSON

{
"tasks": [
{
"label": "luxe: run dev",
"command": "D:\\tools\\.luxe\\modules\\luxe\\dev\\bin\\windows\\luxe.exe",
"args": ["run"],
"type": "shell",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}