add default tasks

This commit is contained in:
OCram85 2021-12-23 09:53:14 +01:00
parent 3c8eef29a5
commit 601d814654
1 changed files with 22 additions and 0 deletions

22
.vscode/tasks.json vendored
View File

@ -83,6 +83,28 @@
"problemMatcher": [
"$pester"
]
},
{
"label": "Run dev Server",
"type": "shell",
"command": [
"hugo server --buildDrafts"
],
"group": {
"kind": "test",
"isDefault": true
}
},
{
"label": "Build Site",
"type": "shell",
"command": [
"hugo"
],
"group": {
"kind": "build",
"isDefault": true
}
}
],
"inputs": [