Add yaml.schemas not matches by default

This commit is contained in:
Kenneth Benzie 2022-04-30 09:37:58 +01:00
parent 3da17559e9
commit a689039ae2

View File

@ -1,8 +1,22 @@
{
"cmake.lsp.enable": true,
"diagnostic.enableHighlightLineNumber": false,
"diagnostic.errorSign": "▸",
"diagnostic.hintSign": "▸",
"diagnostic.infoSign": "▸",
"diagnostic.warningSign": "▸",
"diagnostic.errorSign": "▸",
"diagnostic.enableHighlightLineNumber": false
"yaml.schemas": {
"https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible.json#/definitions/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#/definitions/tasks": [
"tasks.yaml"
],
"https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json": [
".gitlab/ci/*.yml"
]
}
}