mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
fix: update references to website directory
This commit is contained in:
16
.vscode/settings-sample.json
vendored
16
.vscode/settings-sample.json
vendored
@@ -1,5 +1,17 @@
|
||||
{
|
||||
"yaml.schemas": {
|
||||
"./docs/static/schema.json": "Taskfile.yml"
|
||||
}
|
||||
"./website/static/schema.json": [
|
||||
"Taskfile.yml",
|
||||
"tmp/**/*.yml"
|
||||
]
|
||||
},
|
||||
"search.exclude": {
|
||||
"**/versioned_docs": true,
|
||||
"**/versioned_sidesbars": true,
|
||||
"**/i18n": true
|
||||
},
|
||||
"gopls": {
|
||||
"formatting.local": "github.com/go-task"
|
||||
},
|
||||
"go.formatTool": "gofumpt"
|
||||
}
|
||||
|
Reference in New Issue
Block a user