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

LSP: Update doc paths renamed by TextDocumentEdit #8924

Closed

Commits on Nov 27, 2023

  1. LSP: Update doc paths renamed by TextDocumentEdit

    A language server might tell us to rename a file via a TextDocumentEdit
    when renaming a module for example. Previously if you had a buffer open
    for that file it would retain the old filename. With this change, the
    path for that document is updated if the file rename succeeds.
    the-mikedavis committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8b52ea0 View commit details
    Browse the repository at this point in the history