Files
task/.vscode/settings-sample.json

15 lines
268 B
JSON
Raw Normal View History

{
"yaml.schemas": {
2025-09-23 22:34:43 +00:00
"./website/src/public/schema.json": [
"Taskfile.yml",
"Taskfile.yaml",
"taskfile.yml",
"taskfile.yaml"
]
},
"gopls": {
"formatting.local": "github.com/go-task"
},
"go.formatTool": "gofumpt"
}