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
In Atom v1.11.0-beta0 a new Telemetry Consent system was introduced. The user's decision is stored at core.telemetryConsent. The three possible values are undecided, no and limited. The intent is that consent is given if and only iflimited is chosen. The atom-beautify package should respect this decision also.
Expected Results
When core.telemetryConsent is set to undecided or no, atom-beautify does not collect any data on the user's behavior or use of the package.
Checklist
N/A - I have tried uninstalling and reinstalling Atom Beautify to ensure it installed properly
N/A - I have reloaded (or restarted) Atom to ensure it is not a caching issue
Glad to see this built-in to Atom! If someone does not submit a Pull Request by this upcoming weekend, I'll implement it and publish a release. Thanks for letting me know!
Description
In Atom v1.11.0-beta0 a new Telemetry Consent system was introduced. The user's decision is stored at
core.telemetryConsent
. The three possible values areundecided
,no
andlimited
. The intent is that consent is given if and only iflimited
is chosen. The atom-beautify package should respect this decision also.Expected Results
When
core.telemetryConsent
is set toundecided
orno
, atom-beautify does not collect any data on the user's behavior or use of the package.Checklist
so I know this is not a duplicate issue
debug.md
Gist to this issueThe text was updated successfully, but these errors were encountered: