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

Fix LSP text synchronization problems #954

Merged
merged 2 commits into from
Nov 2, 2023
Merged

Fix LSP text synchronization problems #954

merged 2 commits into from
Nov 2, 2023

Conversation

soutaro
Copy link
Owner

@soutaro soutaro commented Nov 2, 2023

workspace/didChangeWatchedFiles for opened files must be ignored because textDocument/didChange notification is also sent.

TargetPaths implementation had a bug that caused an issue that only the first target triggers type checking after edits.

@soutaro soutaro added the area/lsp Issues related to language server label Nov 2, 2023
@soutaro soutaro added this to the Steep 1.6 milestone Nov 2, 2023
@soutaro soutaro merged commit f277195 into master Nov 2, 2023
17 checks passed
@soutaro soutaro deleted the fix-lsp branch November 2, 2023 13:46
@soutaro soutaro added the Released The PR is already included in a published release label Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/lsp Issues related to language server Released The PR is already included in a published release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant