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 client stops working on file after renaming it #7829

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 3, 2024

  1. LSP client stops working on file after renaming it

    The LSP protocol requires that when a file is renamed the client
    signals this to the server by sending a didClose for the old location
    and after that a didOpen with the new location.
    
    The change assumes, that the IDE always goes through the DataObject to
    issue the rename/move. Changes through the raw FileObject are not
    tracked.
    
    Closes: apache#7806
    matthiasblaesing committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    cb3a152 View commit details
    Browse the repository at this point in the history