settings-sample.json 324 B

1234567891011121314151617
  1. {
  2. "yaml.schemas": {
  3. "./website/static/schema.json": [
  4. "Taskfile.yml",
  5. "tmp/**/*.yml"
  6. ]
  7. },
  8. "search.exclude": {
  9. "**/versioned_docs": true,
  10. "**/versioned_sidesbars": true,
  11. "**/i18n": true
  12. },
  13. "gopls": {
  14. "formatting.local": "github.com/go-task"
  15. },
  16. "go.formatTool": "gofumpt"
  17. }