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": [
|
||||
{
|
||||
"type": "luxe",
|
||||
"script": "run",
|
||||
"problemMatcher": [
|
||||
"$luxe-absolute",
|
||||
"$luxe-relative"
|
||||
],
|
||||
"label": "luxe: run dev",
|
||||
"command": "D:\\tools\\.luxe\\modules\\luxe\\dev\\bin\\windows\\luxe.exe",
|
||||
"args": ["run"],
|
||||
"type": "shell",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"label": "luxe: run - Build & Run the project"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue