link updating cannot be restricted for built-in types #164587
Labels
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
markdown
Markdown support issues
verified
Verification succeeded
Milestone
Testing #164522
By using a glob pattern
/foo/**/*.x
for themarkdown.updateLinksOnFileMove.externalFileGlobs
setting, it is possible to restrict link updating only to files inside thefoo
folder.The same is not possible for the built-in file types "md" (and common image file formats).
Wouldn't it make sense to support overriding the built-in types?
E.g.:
markdown.updateLinksOnFileMove.externalFileGlobs
setting is used, then all built-in types are ignored, or/doc/**/*.md
), it takes precedence over the built-in one (**/*.md
).The text was updated successfully, but these errors were encountered: