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 arguments error if commands are bound to mouse keys #2492

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

deathaxe
Copy link
Contributor

@deathaxe deathaxe commented Jun 9, 2024

LspTextCommands opt-in to mouse events, but not all are designed to handle required events. Therefore they fail, when being bound to mouse keys.

see https://forum.sublimetext.com/t/mouse-map-always-attach-current-event-in-its-args/72502/4

This commit opts-out those commands.

LspTextCommands opt-in to mouse events, but not all are designed to handle
required events. Therefore they fail, when being bound to mouse keys.

see https://forum.sublimetext.com/t/mouse-map-always-attach-current-event-in-its-args/72502/4

This commit opts-out those commands.
@predragnikolic predragnikolic merged commit f512c96 into sublimelsp:main Jun 9, 2024
8 checks passed
@deathaxe deathaxe deleted the fix/missing-event-args branch June 10, 2024 06:35
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.

3 participants