{
  "cmake.lsp.enable": true,
  "diagnostic.enableHighlightLineNumber": false,
  "diagnostic.errorSign": "▸",
  "diagnostic.hintSign": "▸",
  "diagnostic.infoSign": "▸",
  "diagnostic.warningSign": "▸",
  "yaml.schemas": {
    "https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible.json#/$defs/playbook": [
      "/home/*/.config/local.yaml",
      "/home/*/.config/local/*.yaml",
      "/Users/*/.config/local.yaml",
      "/Users/*/.config/local/*.yaml"
    ],
    "https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible.json#/$defs/tasks": [
      "tasks.yaml",
      "tasks/*.yaml"
    ],
    "https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json": [
      ".gitlab-ci.yml",
      ".gitlab/ci/*.yml"
    ]
  }
}