mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 12:12:18 +00:00
Switch the vscode task to use make
This commit is contained in:
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
@@ -2,11 +2,12 @@
|
|||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"type": "hugo",
|
"label": "Test Site Locally",
|
||||||
"task": "server draft",
|
"command": "make",
|
||||||
"group": "build",
|
"args": [
|
||||||
"problemMatcher": [],
|
"serve"
|
||||||
"label": "hugo: Serve draft site"
|
],
|
||||||
|
"problemMatcher": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user