mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Add explicit "inherit" setting for fragments links (#162231)
Fixes #162129
This commit is contained in:
@@ -477,8 +477,9 @@
|
||||
"type": "string",
|
||||
"scope": "resource",
|
||||
"markdownDescription": "%configuration.markdown.validate.fileLinks.markdownFragmentLinks.description%",
|
||||
"default": "ignore",
|
||||
"default": "inherit",
|
||||
"enum": [
|
||||
"inherit",
|
||||
"ignore",
|
||||
"warning",
|
||||
"error"
|
||||
|
||||
Reference in New Issue
Block a user