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
Currently we check two workspace settings: telemetry.enableTelemetry and stripe.telemetry.enabled. The former should be replaced by VSCode's isTelemetryEnabled API which also takes into account a CLI flag the user can set. They also added an event that fires when that changes that we should incorporate as well.
The text was updated successfully, but these errors were encountered:
VSCode has added APIs that do a better check of the user's telemetry settings: https://code.visualstudio.com/updates/v1_55#_telemetry-enablement-api
Currently we check two workspace settings: telemetry.enableTelemetry and stripe.telemetry.enabled. The former should be replaced by VSCode's
isTelemetryEnabled
API which also takes into account a CLI flag the user can set. They also added an event that fires when that changes that we should incorporate as well.The text was updated successfully, but these errors were encountered: