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

Deal with focus when configuring testing framework. #4288

Closed
ericsnowcurrently opened this issue Feb 5, 2019 · 0 comments
Closed

Deal with focus when configuring testing framework. #4288

ericsnowcurrently opened this issue Feb 5, 2019 · 0 comments
Assignees
Labels
area-testing feature-request Request for new features or functionality

Comments

@ericsnowcurrently
Copy link
Member

ericsnowcurrently commented Feb 5, 2019

(task from #1983)

If you change focus out of (tab away from) VS Code, the prompt stays visible.

This is controlled by the QuickPick.ignoreFocusOut property. We only use window.showQuickPick(), so the property is set via the ignoreFocusOut option. All related quick picks need to have that property set to true. This may be manageable via ApplicationShell.showQuickPick() (in src/client/common/application/applicationShell.ts).

@ericsnowcurrently ericsnowcurrently self-assigned this Feb 5, 2019
@ericsnowcurrently ericsnowcurrently added area-testing needs PR feature-request Request for new features or functionality labels Feb 5, 2019
@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Feb 5, 2019
@d3r3kk d3r3kk removed the triage-needed Needs assignment to the proper sub-team label Feb 6, 2019
@ghost ghost removed the needs PR label Feb 13, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Mar 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-testing feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants