-
Notifications
You must be signed in to change notification settings - Fork 36.7k
add go to command for terminal accessible buffer
#177110
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
Conversation
go to symbol for terminal accessible buffergo to command for terminal accessible buffer
src/vs/workbench/contrib/terminalContrib/accessibility/browser/terminalAccessibleBuffer.ts
Show resolved
Hide resolved
...rkbench/contrib/terminalContrib/accessibility/browser/terminal.accessibility.contribution.ts
Show resolved
Hide resolved
I'm not aware of this, sounds like a separate issue though. I'd expect it to reproduce when using cmd+up/down to navigate between commands? |
...rkbench/contrib/terminalContrib/accessibility/browser/terminal.accessibility.contribution.ts
Outdated
Show resolved
Hide resolved
src/vs/workbench/contrib/terminalContrib/accessibility/browser/terminalAccessibleBuffer.ts
Outdated
Show resolved
Hide resolved
src/vs/workbench/contrib/terminalContrib/accessibility/browser/terminalAccessibleBuffer.ts
Outdated
Show resolved
Hide resolved
| if (this._inQuickPick) { | ||
| return; | ||
| } |
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.
Why is this needed? I wouldn't expect the editor to get focused when the quick pick is up, and if it was, wouldn't it hide?
src/vs/workbench/contrib/terminalContrib/accessibility/browser/terminalAccessibleBuffer.ts
Outdated
Show resolved
Hide resolved
…/terminalAccessibleBuffer.ts Co-authored-by: Daniel Imms <[email protected]>
fixes #174079