Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelshin committed Apr 18, 2023
1 parent f4ccac9 commit cd3ce35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skyline-vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ async function showTelemetryOptInDialogIfNeeded() {
let vsconfig = vscode.workspace.getConfiguration('deepview');
if (vsconfig.isTelemetryEnabled === "Ask me"){
// Pop up the message then wait
const message: string = `DeepView collects usage data to help improve the tool.
Read CentML's [privacy statement](${PRIVACY_STATEMENT_URL}) and learn how to [opt out](${OPT_OUT_INSTRUCTIONS_URL}).`;
const message: string = `DeepView collects usage data to help improve the tool. Read CentML's [privacy statement](${PRIVACY_STATEMENT_URL})
and learn how to [opt out](${OPT_OUT_INSTRUCTIONS_URL}). Note that DeepView respects VSCode's telemetry settings and this takes precedence over DeepView's settings`;

const retryOptin = setTimeout(showTelemetryOptInDialogIfNeeded, RETRY_OPTIN_DELAY_IN_MS);
let selection: string | undefined;
Expand Down

0 comments on commit cd3ce35

Please sign in to comment.