Generate a new telemetry key for comment continuation patterns (#5691)

This commit is contained in:
Bob Brown
2020-06-24 17:13:26 -07:00
committed by GitHub
parent d8cdeee035
commit 2efdb847a9
@@ -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;
}