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

Deprecate Session.set_window_status_async #2570

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

jwortmann
Copy link
Member

There is also the newer Session.set_config_status_async which does basically the same thing, and there is no point in having two methods doing the same.

set_config_status_async is nicer because it prints the status message directly after the config name in brackets, so it's clearer that this message belongs to the LSP server.

At a later time we could remove the method bodies of the two deprecated methods (replace with pass).

@rchl rchl merged commit 04ea961 into sublimelsp:main Dec 9, 2024
8 checks passed
@jwortmann jwortmann deleted the deprecate-set-window-status-async branch December 9, 2024 11:49
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