|
Asper Header
1.0.14
The header injector extension
|
Singleton user interaction manager for VS Code UI components. More...

Singleton user interaction manager for VS Code UI components.
Provides standardized methods for user interaction through VS Code's native UI components. Implements singleton pattern to ensure consistent behavior and state across the extension. All methods are async and include comprehensive error handling.
Design Patterns:
Thread Safety: VS Code UI operations are inherently single-threaded, and this class maintains no mutable state, making it safe for concurrent access across extension modules.
Definition at line 115 of file querier.ts.