Rename skipPaths to ignoreLinks (#150064)

This change renames the experimental skipPaths setting to ignoreLinks. This setting applies to all types of links, and can also be used to ignore links to headers
This commit is contained in:
Matt Bierner
2022-05-20 15:54:21 -07:00
committed by GitHub
parent ecf7f9cfd9
commit 96cae45ba9
4 changed files with 71 additions and 35 deletions

View File

@@ -453,10 +453,10 @@
"error"
]
},
"markdown.experimental.validate.fileLinks.skipPaths": {
"markdown.experimental.validate.ignoreLinks": {
"type": "array",
"scope": "resource",
"markdownDescription": "%configuration.markdown.experimental.validate.fileLinks.skipPaths.description%",
"markdownDescription": "%configuration.markdown.experimental.validate.ignoreLinks.description%",
"items": {
"type": "string"
}