mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-11 15:52:26 +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",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "hugo",
|
||||
"task": "server draft",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"label": "hugo: Serve draft site"
|
||||
"label": "Test Site Locally",
|
||||
"command": "make",
|
||||
"args": [
|
||||
"serve"
|
||||
],
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user