Add yaml.schemas not matches by default
This commit is contained in:
		
							parent
							
								
									3da17559e9
								
							
						
					
					
						commit
						a689039ae2
					
				| @ -1,8 +1,22 @@ | |||||||
| { | { | ||||||
|   "cmake.lsp.enable": true, |   "cmake.lsp.enable": true, | ||||||
|  |   "diagnostic.enableHighlightLineNumber": false, | ||||||
|  |   "diagnostic.errorSign": "▸", | ||||||
|   "diagnostic.hintSign": "▸", |   "diagnostic.hintSign": "▸", | ||||||
|   "diagnostic.infoSign": "▸", |   "diagnostic.infoSign": "▸", | ||||||
|   "diagnostic.warningSign": "▸", |   "diagnostic.warningSign": "▸", | ||||||
|   "diagnostic.errorSign": "▸", |   "yaml.schemas": { | ||||||
|   "diagnostic.enableHighlightLineNumber": false |     "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