feedback
Handles feedback sampling, prompt storage, and product feedback.
Entry points and registration
extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.
| Implementation | Purpose |
|---|---|
| feedback-service.ts | Feedback Service |
| feedback-sampler.ts | Feedback Sampler |
Dependencies and change boundaries
Declared Host dependencies: auth · experiments · telemetry · transcript.
Preserve user initiation and data scope; do not turn diagnostics into automatic external submissions.
See Configuration for activation policy and Features for support status.