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

Fixes to restart behavior: missing didOpen and duplicate workspace path. #3685

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

parkert-va
Copy link
Contributor

Fixed two issues with restart logic causing autocomplete to stop working on existing buffers.

  1. The 'go_lsp_did_open' flag needed to be reset in order for the didOpen message to be properly sent.
  2. For files that are modified the '!' at the end of 'bufdo' was necessary.

Also fixed a minor issue with the workspaceDirectories being duplicated on a restart as well.

@bhcleek bhcleek merged commit 648ad63 into fatih:master Sep 17, 2024
8 checks passed
@bhcleek bhcleek added this to the vim-go v1.29 milestone Sep 17, 2024
bhcleek added a commit that referenced this pull request Sep 17, 2024
@bhcleek
Copy link
Collaborator

bhcleek commented Sep 17, 2024

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants