settings.json 226 B

12345678
  1. {
  2. "yaml.schemas": {
  3. "scripts/schemas/root_index.schema.json": "index/root_index.yaml",
  4. "scripts/schemas/adapters.schema.json": "resources/**/adapters.yaml"
  5. },
  6. "yaml.format.enable": true,
  7. "yaml.validate": true
  8. }