Skip to content

Pass telemetry enablement to extensions #110267

@sbatten

Description

@sbatten

Right now extensions use the configuration to determine if they should send telemetry; however, the cli flag is not passed to the extension host.

export namespace env {
  export const enableTelemetry: boolean;

  export const onDidChangeEnableTelemetry: Event<boolean>;
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions