|
248 | 248 | "Ignore `xsi:schemaLocation` content formatting." |
249 | 249 | ], |
250 | 250 | "default": "none", |
251 | | - "markdownDescription": "Split `xsi:schemaLocation` content. Default is `none`. Please see [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Formatting%22%2C%22section%22%3A%22xmlformatxsischemalocationsplit%22%7D%5D) for more information", |
| 251 | + "markdownDescription": "Split `xsi:schemaLocation` content. Default is `none`. See [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Formatting%22%2C%22section%22%3A%22xmlformatxsischemalocationsplit%22%7D%5D) for more information", |
252 | 252 | "scope": "window" |
253 | 253 | }, |
254 | 254 | "xml.format.splitAttributes": { |
|
298 | 298 | "Documentation comes from the `xs:documentation` and `xs:appinfo` elements.", |
299 | 299 | "Displays no documentation." |
300 | 300 | ], |
301 | | - "markdownDescription": "Specifies the source of the XML schema documentation displayed on hover and completion. Default is `all`. Please see [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Preferences%22%2C%22section%22%3A%22documentation-type%22%7D%5D) for more information.", |
| 301 | + "markdownDescription": "Specifies the source of the XML schema documentation displayed on hover and completion. Default is `all`. See [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Preferences%22%2C%22section%22%3A%22documentation-type%22%7D%5D) for more information.", |
302 | 302 | "scope": "window" |
303 | 303 | }, |
304 | 304 | "xml.validation.enabled": { |
|
307 | 307 | "markdownDescription": "Enable/disable all validation. Default is `true`.", |
308 | 308 | "scope": "window" |
309 | 309 | }, |
310 | | - "xml.validation.schema": { |
311 | | - "type": "boolean", |
312 | | - "default": true, |
313 | | - "markdownDescription": "Enable/disable schema based validation. Default is `true`. Ignored if `#xml.validation.enabled#` is set to `false`", |
| 310 | + "xml.validation.schema.enabled": { |
| 311 | + "type": "string", |
| 312 | + "default": "always", |
| 313 | + "enum": [ |
| 314 | + "always", |
| 315 | + "never", |
| 316 | + "onValidSchema" |
| 317 | + ], |
| 318 | + "markdownEnumDescriptions": [ |
| 319 | + "Enable schema based validation.", |
| 320 | + "Disable schema based validation.", |
| 321 | + "Enable schema based validation only when the declared xsi:schemaLocation hint is valid for the root element." |
| 322 | + ], |
| 323 | + "markdownDescription": "Enable/disable schema based validation. Default is `always`. Ignored if `#xml.validation.enabled#` is set to `false`. See [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Validation%22%2C%22section%22%3A%22xmlvalidationschemaenabled%22%7D%5D) for more information.", |
314 | 324 | "scope": "window" |
315 | 325 | }, |
316 | 326 | "xml.validation.disallowDocTypeDecl": { |
|
356 | 366 | "xml.symbols.maxItemsComputed": { |
357 | 367 | "type": "integer", |
358 | 368 | "default": 5000, |
359 | | - "markdownDescription": "The maximum number of outline symbols and folding regions computed (limited for performance reasons). Default is `5000`. Please see [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Symbols%22%2C%22section%22%3A%22xmlsymbolsmaxitemscomputed%22%7D%5D) for more information." |
| 369 | + "markdownDescription": "The maximum number of outline symbols and folding regions computed (limited for performance reasons). Default is `5000`. See [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Symbols%22%2C%22section%22%3A%22xmlsymbolsmaxitemscomputed%22%7D%5D) for more information." |
360 | 370 | }, |
361 | 371 | "xml.symbols.showReferencedGrammars": { |
362 | 372 | "type": "boolean", |
363 | 373 | "default": true, |
364 | | - "markdownDescription": "Show referenced grammars in the Outline. Default is `true`. Please see [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Symbols%22%2C%22section%22%3A%22xmlsymbolsshowreferencedgrammars%22%7D%5D) for more information.", |
| 374 | + "markdownDescription": "Show referenced grammars in the Outline. Default is `true`. See [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Symbols%22%2C%22section%22%3A%22xmlsymbolsshowreferencedgrammars%22%7D%5D) for more information.", |
365 | 375 | "scope": "window" |
366 | 376 | }, |
367 | 377 | "xml.symbols.filters": { |
|
405 | 415 | "xml.extension.jars": { |
406 | 416 | "type": "array", |
407 | 417 | "default": [], |
408 | | - "markdownDescription": "An array of paths to JARs that should be contributed to the LemMinX classpath. The paths can include glob patterns. This is intended to be used as a tool for developing extensions to vscode-xml. Please see [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Preferences%22%2C%22section%22%3A%22extension-jars%22%7D%5D) for more information", |
| 418 | + "markdownDescription": "An array of paths to JARs that should be contributed to the LemMinX classpath. The paths can include glob patterns. This is intended to be used as a tool for developing extensions to vscode-xml. See [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Preferences%22%2C%22section%22%3A%22extension-jars%22%7D%5D) for more information", |
409 | 419 | "scope": "window" |
410 | 420 | } |
411 | 421 | } |
|
0 commit comments