Generate a new telemetry key for comment continuation patterns (#5691)
This commit is contained in:
@@ -158,6 +158,7 @@ export class SettingsTracker {
|
||||
break;
|
||||
}
|
||||
case "commentContinuationPatterns": {
|
||||
key = "commentContinuationPatterns2";
|
||||
value = this.areEqual(val, settings.inspect(key)?.defaultValue) ? "<default>" : "..."; // Track whether it's being used, but nothing specific about it.
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user