luxe-colorpicker/.vscode/tasks.json

14 lines
267 B
JSON
Raw Normal View History

2021-05-01 11:50:10 +00:00
{
"tasks": [
{
"label": "luxe: run dev",
"command": "D:\\tools\\.luxe\\modules\\luxe\\dev\\bin\\windows\\luxe.exe",
"args": ["run"],
"type": "shell",
2021-05-01 11:50:10 +00:00
"group": {
"kind": "build",
"isDefault": true
}
2021-05-01 11:50:10 +00:00
}
]
}