-
Notifications
You must be signed in to change notification settings - Fork 183
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
Ensure didChange notification is never sent after didClose #2438
Merged
predragnikolic
merged 15 commits into
sublimelsp:main
from
jwortmann:fix-notification-order
Apr 20, 2024
Merged
Ensure didChange notification is never sent after didClose #2438
predragnikolic
merged 15 commits into
sublimelsp:main
from
jwortmann:fix-notification-order
Apr 20, 2024
Commits on Mar 26, 2024
-
Ensure didChange is never sent after didClose
This fixes for example the Pyright warning LSP-pyright: Received change text document command for closed file <URI> when a file is saved and closed immediately after changes were applied.
Configuration menu - View commit details
-
Copy full SHA for 9c9493a - Browse repository at this point
Copy the full SHA 9c9493aView commit details
Commits on Mar 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba364a7 - Browse repository at this point
Copy the full SHA ba364a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c211f99 - Browse repository at this point
Copy the full SHA c211f99View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8b0d9b - Browse repository at this point
Copy the full SHA b8b0d9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d430b9f - Browse repository at this point
Copy the full SHA d430b9fView commit details
Commits on Mar 31, 2024
-
Simplify expression to save one unnecessary API call
view.change_count() returns 0 if the view isn't valid anymore (closed), so we can simply use short-circuit evaluation for this and don't need the is_valid() API call.
Configuration menu - View commit details
-
Copy full SHA for 0fc0e1e - Browse repository at this point
Copy the full SHA 0fc0e1eView commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4dd2e91 - Browse repository at this point
Copy the full SHA 4dd2e91View commit details
Commits on Apr 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aca100e - Browse repository at this point
Copy the full SHA aca100eView commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 740c0cb - Browse repository at this point
Copy the full SHA 740c0cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd66a6a - Browse repository at this point
Copy the full SHA dd66a6aView commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43ede82 - Browse repository at this point
Copy the full SHA 43ede82View commit details -
Revert, apparently it fails on the CI...
This reverts commit 43ede82.
Configuration menu - View commit details
-
Copy full SHA for b5ee72e - Browse repository at this point
Copy the full SHA b5ee72eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11c5ecb - Browse repository at this point
Copy the full SHA 11c5ecbView commit details -
Revert "try a slightly different approach just to see... test pass lo…
…cally" the test still fail on the CI This reverts commit 11c5ecb.
Configuration menu - View commit details
-
Copy full SHA for 2b5f56f - Browse repository at this point
Copy the full SHA 2b5f56fView commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 11e3455 - Browse repository at this point
Copy the full SHA 11e3455View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.