Skip to content

Commit

Permalink
Generate a new telemetry key for comment continuation patterns (#5691)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrow authored Jun 25, 2020
1 parent d8cdeee commit 2efdb84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Extension/src/LanguageServer/settingsTracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2efdb84

Please sign in to comment.