23 lines
773 B
JSON
23 lines
773 B
JSON
{
|
|
"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#/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"
|
|
]
|
|
}
|
|
}
|