Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add experimental support for update markdown links on file moves/renames #157209

Merged
merged 2 commits into from
Aug 9, 2022

Conversation

mjbvz
Copy link
Collaborator

@mjbvz mjbvz commented Aug 5, 2022

Fixes #148146

This adds a new experimental setting that automatically updates markdown links when a file is renamed/moved. Applies to markdown files and images by default

@mjbvz mjbvz added this to the August 2022 milestone Aug 5, 2022
@mjbvz mjbvz self-assigned this Aug 5, 2022
Fixes microsoft#148146

This adds a new experimental setting that automatically updates markdown

Note that this needs a new version of the vscode-markdown-languageservice so the build is expected to break for now
@mjbvz mjbvz marked this pull request as ready for review August 8, 2022 21:30
@mjbvz mjbvz merged commit 8bf8281 into microsoft:main Aug 9, 2022
joyceerhl pushed a commit that referenced this pull request Aug 10, 2022
…mes (#157209)

* Add experimental support for update markdown links on file moves/renames

Fixes #148146

This adds a new experimental setting that automatically updates markdown

Note that this needs a new version of the vscode-markdown-languageservice so the build is expected to break for now

* Pick up new LS version
@github-actions github-actions bot locked and limited conversation to collaborators Sep 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Renaming in file in explorer does not rename its reference in markdown
2 participants