Skip to content

Commit 5cc2389

Browse files
authored
Adds missing semicolon.
1 parent 3ffd135 commit 5cc2389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/bracketPairColorizer2Telemetry/browser/bracketPairColorizer2Telemetry.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class BracketPairColorizer2TelemetryContribution {
4040
type BracketPairColorizer2InstalledClassification = {
4141
owner: 'hediet';
4242
nativeColorizationEnabled: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'See below' };
43-
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.'
43+
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.';
4444
};
4545
type BracketPairColorizer2Event = {
4646
nativeColorizationEnabled: boolean;

0 commit comments

Comments
 (0)