settings
Persists workspace settings and publishes changes to other extensions.
Entry points and registration
extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.
| Implementation | Purpose |
|---|---|
| settings-service.ts | Settings Service |
Dependencies and change boundaries
This extension declares no other Host extension dependencies.
Coordinate changes with shared schemas, desktop controls, and defaults.
See Configuration for activation policy and Features for support status.