Add explicit "inherit" setting for fragments links (#162231)

Fixes #162129
This commit is contained in:
Matt Bierner
2022-09-28 11:08:03 -07:00
committed by GitHub
parent 06f29ea59f
commit 5296b0faf3
4 changed files with 7 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ The server supports the following settings:
- `enabled` Enable/disable validation of links to fragments in the current files: `[text](#head)`
- `fileLinks`
- `enabled` Enable/disable validation of links to file in the workspace.
- `markdownFragmentLinks` Enable/disable validation of links to headers in other Markdown files.
- `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.
### Custom requests