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: adding escape command in order to focus out of the sticky scroll #178020

Merged
merged 5 commits into from
Mar 22, 2023

Conversation

aiday-mar
Copy link
Contributor

Fixes #177871

Simple fix to add escape command to focus out of the sticky scroll

…the focus to the editor from the sticky scroll
@aiday-mar aiday-mar added editor-sticky-scroll bug Issue identified by VS Code Team member as probable bug labels Mar 22, 2023
@aiday-mar aiday-mar marked this pull request as ready for review March 22, 2023 14:35
@aiday-mar aiday-mar enabled auto-merge March 22, 2023 14:35
@aiday-mar aiday-mar changed the title Adding escape command in order to focus out of the sticky scroll fix: adding escape command in order to focus out of the sticky scroll Mar 22, 2023
@vscodenpa vscodenpa added this to the March 2023 milestone Mar 22, 2023
@aiday-mar aiday-mar requested a review from Tyriar March 22, 2023 15:49
Copy link
Member

@Tyriar Tyriar left a 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',
Copy link
Member

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?

Copy link
Contributor Author

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

@aiday-mar aiday-mar merged commit 5dbf3a9 into main Mar 22, 2023
@aiday-mar aiday-mar deleted the aiday/issue177871 branch March 22, 2023 16:31
@github-actions github-actions bot locked and limited conversation to collaborators May 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug editor-sticky-scroll
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't easily get out of Sticky Scroll focus
3 participants