You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/markdown-language-features/server/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ The server supports the following settings:
64
64
- `enabled` — Enable/disable validation of links to fragments in the current files: `[text](#head)`
65
65
- `fileLinks`
66
66
- `enabled` — Enable/disable validation of links to file in the workspace.
67
-
- `markdownFragmentLinks` — Enable/disable validation of links to headers in other Markdown files.
67
+
- `markdownFragmentLinks` — Enable/disable validation of links to headers in other Markdown files. Use `inherit` to inherit the `fragmentLinks` setting.
68
68
- `ignoredLinks` — Array of glob patterns for files that should not be validated.
0 commit comments