mirror of
https://github.com/go-task/task.git
synced 2026-06-30 16:14:19 +00:00
21 lines
415 B
JSON
21 lines
415 B
JSON
{
|
|
"yaml.schemas": {
|
|
"./website/src/public/schema.json": [
|
|
"Taskfile.yml",
|
|
"Taskfile.yaml",
|
|
"taskfile.yml",
|
|
"taskfile.yaml"
|
|
],
|
|
"./website/src/public/schema-taskrc.json": [
|
|
".taskrc.yml",
|
|
".taskrc.yaml",
|
|
"taskrc.yml",
|
|
"taskrc.yaml"
|
|
]
|
|
},
|
|
"gopls": {
|
|
"formatting.local": "github.com/go-task"
|
|
},
|
|
"go.formatTool": "gofumpt"
|
|
}
|