-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Removed getScopedKeybindingsForCommand (no references) #8283
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me:
getScopedKeybindingsForCommand
is currently unused (therefore it is untested during development)getScopedKeybindingsForCommand
is not tested (no unit tests)
Removing it seems the best course of action for code quality.
To be safe, we can add a breaking change
entry in the changelog
to advertise it has been removed.
I added the change log entry |
@JonasHelming thank you for the contribution, I'll give others a chance to review or comment if they'd like and will likely merge next week if there are no objections 👍 |
@JonasHelming do you mind re-pushing (amend), travis seems to be in a weird state 👍 |
@JonasHelming can you rebase the pull-request so I can merge tomorrow? |
0fbf257
to
113a2c4
Compare
done |
fixes eclipse-theia#8270 Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
@JonasHelming I rebased for you so as not to bother you :) |
I actually already rebased it yesterday, maybe you merge soon, as the changelog change will probably run into conflicts almost every day :-) |
fixes #8270
Signed-off-by: Jonas Helming jhelming@eclipsesource.com
What it does
PR removes an unreference function: getScopedKeybindingsForCommand (no updates since 3 years), see #8270 (comment)
By removing the function, #8270 is implicitly fixed
How to test
Nothing to test, removal, nothign should break, though
Review checklist
Reminder for reviewers