Skip to content

Commit 2efdb84

Browse files
authored
Generate a new telemetry key for comment continuation patterns (#5691)
1 parent d8cdeee commit 2efdb84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Extension/src/LanguageServer/settingsTracker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export class SettingsTracker {
158158
break;
159159
}
160160
case "commentContinuationPatterns": {
161+
key = "commentContinuationPatterns2";
161162
value = this.areEqual(val, settings.inspect(key)?.defaultValue) ? "<default>" : "..."; // Track whether it's being used, but nothing specific about it.
162163
break;
163164
}

0 commit comments

Comments
 (0)