-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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: adding escape command in order to focus out of the sticky scroll #178020
Conversation
…the focus to the editor from the sticky scroll
src/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.ts
Outdated
Show resolved
Hide resolved
src/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.ts
Outdated
Show resolved
Hide resolved
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.
Thanks for the changes 🙂
|
||
constructor() { | ||
super({ | ||
id: 'editor.action.selectEditor', |
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.
I'm not the best person to ask but not sure the ideal name for this, should a contrib be registering unprefixed editor.action.*
commands?
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.
I'll talk with the team about it
Fixes #177871
Simple fix to add escape command to focus out of the sticky scroll