You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constoptOutNotice=localize('telemetryOptOut.optOutNotice',"Help improve VS Code by allowing Microsoft to collect usage data. Read our [privacy statement]({0}) and learn how to [opt out]({1}).",this.privacyUrl,product.telemetryOptOutUrl);
62
-
constoptInNotice=localize('telemetryOptOut.optInNotice',"Help improve VS Code by allowing Microsoft to collect usage data. Read our [privacy statement]({0}) and learn how to [opt in]({1}).",this.privacyUrl,product.telemetryOptOutUrl);
62
+
constoptOutNotice=localize('telemetryOptOut.optOutNotice',"Help improve VS Code by allowing Microsoft to collect usage data. Read our [privacy statement]({0}) and learn how to [opt out]({1}).",this.privacyUrl,productService.telemetryOptOutUrl);
63
+
constoptInNotice=localize('telemetryOptOut.optInNotice',"Help improve VS Code by allowing Microsoft to collect usage data. Read our [privacy statement]({0}) and learn how to [opt in]({1}).",this.privacyUrl,productService.telemetryOptOutUrl);
0 commit comments