Add yaml.schemas not matches by default
This commit is contained in:
		
							parent
							
								
									3da17559e9
								
							
						
					
					
						commit
						a689039ae2
					
				| @ -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" | ||||
|     ] | ||||
|   } | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user