Skip to content

Deal with focus when configuring testing framework. #4288

@ericsnowcurrently

Description

@ericsnowcurrently

(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).

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions