Skip to content

Commit

Permalink
Update src/vs/workbench/contrib/bracketPairColorizer2Telemetry/browse…
Browse files Browse the repository at this point in the history
…r/bracketPairColorizer2Telemetry.contribution.ts
  • Loading branch information
hediet authored Jul 25, 2022
1 parent 5cc2389 commit 58dd733
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class BracketPairColorizer2TelemetryContribution {

type BracketPairColorizer2InstalledClassification = {
owner: 'hediet';
nativeColorizationEnabled: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'See below' };
nativeColorizationEnabled: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'Whether or not built-in bracket pair colorization is being used' };
comment: 'We use this to understand how many users have the bracket pair colorizer extension installed (and how many of them have native bracket pair colorization enabled), as the extension does not do anything if native bracket pair colorization is enabled.';
};
type BracketPairColorizer2Event = {
Expand Down

0 comments on commit 58dd733

Please sign in to comment.