Updates Markdown links automatically, when files in the workspace are moved or renamed.
This extension contributes the following settings:
markdownLinkUpdater.exclude
: Array of glob patterns used to exclude specific folders and files. Default value is ['**/node_modules/**']
.markdownLinkUpdater.include
: Array of glob patterns use to include specific folders and files. If the array is empty, everything will be included, unless specified by exclude. Default value is []
.See CHANGELOG for more information.