|
Asper Header
1.0.14
The header injector extension
|
Core configuration management class with dynamic VS Code settings integration. More...

Core configuration management class with dynamic VS Code settings integration.
Manages all extension configuration values with support for both default constants and user-customized settings from VS Code workspace configuration. Provides methods for accessing configuration values with automatic fallback to defaults.
The class maintains a local cache of all configuration values that can be refreshed from VS Code settings at runtime, allowing users to modify extension behavior without requiring a restart. All configuration keys are synchronized with the extension's package.json contribution points.
Design Patterns:
Definition at line 90 of file processConfiguration.ts.