Printable idea sheet
observed_failure
reqlan rq/extension/startup-performance.rq:18
Failure signature:
- Reqlan contributes its activity-bar container and header buttons from `package.json`, but the Context view remains on VS Code's built-in spinner before the extension-owned " Loading Reqlan … " shell.
- Contributed commands may be visible as menu items yet fail with `command 'reqlan.*' not found`.
- The extension-host CPU profile can be mostly idle after the failure.
This combination means static manifest contributions loaded but the extension module failed before `activate()` registered command handlers and the webview provider.
Interactive page: observed_failure