1234567891011121314151617 |
- {
- "yaml.schemas": {
- "./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"
- }
|