add gatsby
This commit is contained in:
19
.vscode/tasks.json
vendored
19
.vscode/tasks.json
vendored
@@ -1,13 +1,16 @@
|
||||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "0.1.0",
|
||||
"version": "2.0.0",
|
||||
"command": "gulp",
|
||||
"isShellCommand": true,
|
||||
"tasks": [{
|
||||
"taskName": "default",
|
||||
"isBuildCommand": true,
|
||||
"showOutput": "always",
|
||||
"isBackground": true
|
||||
}]
|
||||
"tasks": [
|
||||
{
|
||||
"label": "default",
|
||||
"type": "gulp",
|
||||
"task": "default",
|
||||
"isBackground": true,
|
||||
"problemMatcher": [],
|
||||
"group": "build"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user