Add workaround for coc-yaml's Ansible failings
This commit is contained in:
		
							parent
							
								
									d29cfc6aab
								
							
						
					
					
						commit
						3334451c2a
					
				| @ -1,18 +1,80 @@ | ||||
| { | ||||
|   "inlayHint.enable": false, | ||||
|   "cmake.lsp.enable": true, | ||||
|   "diagnostic.enableHighlightLineNumber": false, | ||||
|   "diagnostic.errorSign": "▸", | ||||
|   "diagnostic.hintSign": "▸", | ||||
|   "diagnostic.infoSign": "▸", | ||||
|   "diagnostic.warningSign": "▸", | ||||
|   "inlayHint.enable": false, | ||||
|   "powershell.integratedConsole.showOnStartup": false, | ||||
|   "snippets.priority": 100, | ||||
|   "suggest.noselect": true, | ||||
|   "yaml.schemas": { | ||||
|     "https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json": [ | ||||
|       ".gitlab-ci.yml", | ||||
|       ".gitlab/ci.yml", | ||||
|       ".gitlab/ci/*.yml" | ||||
|     ], | ||||
|     "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible-lint-config.json": [ | ||||
|       ".ansible-lint", | ||||
|       ".config/ansible-lint.yml", | ||||
|       ".config/ansible-lint.yaml" | ||||
|     ], | ||||
|     "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible-navigator.json": [ | ||||
|       "ansible-navigator.yml", | ||||
|       "ansible-navigator.yaml" | ||||
|     ], | ||||
|     "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/execution-environment.json": [ | ||||
|       "execution-environment.yml", | ||||
|       "execution-environment.yaml" | ||||
|     ], | ||||
|     "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/galaxy.json": [ | ||||
|       "galaxy.yml", | ||||
|       "galaxy.yaml" | ||||
|     ], | ||||
|     "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/inventory.json": [ | ||||
|       "inventory.yaml", | ||||
|       "inventory.yml", | ||||
|       "inventory/*.yml", | ||||
|       "inventory/*.yaml" | ||||
|     ], | ||||
|     "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/meta-runtime.json": [ | ||||
|       "meta/runtime.yml", | ||||
|       "meta/runtime.yaml" | ||||
|     ], | ||||
|     "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/molecule.json": [ | ||||
|       "molecule/*/molecule.yml", | ||||
|       "molecule/*/molecule.yaml" | ||||
|     ], | ||||
|     "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/playbook.json": [ | ||||
|       "playbooks/*.yml", | ||||
|       "playbooks/*.yaml" | ||||
|     ], | ||||
|     "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/requirements.json": [ | ||||
|       "requirements.yml", | ||||
|       "requirements.yaml" | ||||
|     ], | ||||
|     "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/rulebook.json": [ | ||||
|       "rulebooks/*.yml", | ||||
|       "rulebooks/*.yaml" | ||||
|     ], | ||||
|     "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/tasks.json": [ | ||||
|       "tasks/*.yml", | ||||
|       "tasks/*.yaml", | ||||
|       "handlers/*.yml", | ||||
|       "handlers/*.yaml" | ||||
|     ], | ||||
|     "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/vars.json": [ | ||||
|       "playbooks/vars/*.yml", | ||||
|       "playbooks/vars/*.yaml", | ||||
|       "vars/*.yml", | ||||
|       "vars/*.yaml", | ||||
|       "defaults/*.yml", | ||||
|       "defaults/*.yaml", | ||||
|       "host_vars/*.yml", | ||||
|       "host_vars/*.yaml", | ||||
|       "group_vars/*.yml", | ||||
|       "group_vars/*.yaml" | ||||
|     ] | ||||
|   } | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user