Pick up latest markdown language service version (#162777)

Fixes #162776
Fixes #162775
This commit is contained in:
Matt Bierner
2022-10-05 15:08:51 -07:00
committed by GitHub
parent 4bd2f94ec1
commit d47ae7a2e7
8 changed files with 56 additions and 7 deletions

View File

@@ -66,6 +66,10 @@ The server supports the following settings:
- `enabled` Enable/disable validation of links to file in the workspace.
- `markdownFragmentLinks` Enable/disable validation of links to headers in other Markdown files. Use `inherit` to inherit the `fragmentLinks` setting.
- `ignoredLinks` Array of glob patterns for files that should not be validated.
- `unusedLinkDefinitions`
- `enabled` Enable/disable validation of unused link definitions.
- `duplicateLinkDefinitions`
- `enabled` Enable/disable validation of duplicated link definitions.
### Custom requests