Commit f5f89d9
committed
feat(Handler/enablement): Add enablement state query handler for extension management
Implement handler for retrieving extension enablement state in Mountain backend. This initial implementation returns a default 'enabled' state (EnabledGlobally=1) to support MVP requirements where extensions sent to Cocoon are considered active.
- Integrates with Mountain's RPC command handling through Track dispatcher
- Provides temporary implementation matching Path A strategy of minimal shim layer changes
- Enables Cocoon extension host to perform basic enablement checks required by VS Code extension API surface
- Prepares foundation for future integration with persistent AppState storage once enablement service is implemented1 parent 32a9bc1 commit f5f89d9
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments