Add task build command
This commit is contained in:
parent
c3a93377d9
commit
1f2d81f173
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
@ -4,14 +4,21 @@
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "earthly +run",
|
||||
"label": "task watch +run",
|
||||
"type": "shell",
|
||||
"command": "earthly +run",
|
||||
"command": "task -w run",
|
||||
"problemMatcher": [],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "earthly +run",
|
||||
"type": "shell",
|
||||
"command": "earthly +run",
|
||||
"problemMatcher": [],
|
||||
"group": "build"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user