fix build task to launch dev version directly
This commit is contained in:
parent
bcb072ffb2
commit
dc2b06f051
1 changed files with 5 additions and 8 deletions
13
.vscode/tasks.json
vendored
13
.vscode/tasks.json
vendored
|
|
@ -1,17 +1,14 @@
|
||||||
{
|
{
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"type": "luxe",
|
"label": "luxe: run dev",
|
||||||
"script": "run",
|
"command": "D:\\tools\\.luxe\\modules\\luxe\\dev\\bin\\windows\\luxe.exe",
|
||||||
"problemMatcher": [
|
"args": ["run"],
|
||||||
"$luxe-absolute",
|
"type": "shell",
|
||||||
"$luxe-relative"
|
|
||||||
],
|
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
},
|
}
|
||||||
"label": "luxe: run - Build & Run the project"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue