-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Honor global VS Code telemetry setting #18
Comments
This recommendation (relying on isTelemetryEnabled ) is fairly new, as I checked it a few weeks ago. We can certainly adapt to the new recommendation from now on. |
Ah, the dedicated telemetry extension guide page was indeed just authored at the start of May and the wording adjusted to put more emphasis on respecting the global flag. Good to hear that there is willingness to adapt to this, much appreciated! |
Another aspect I just noticed while going through the changes for the new version of In this case not all Red Hat extensions I have installed locally specify the newly added tag for the setting so I didn't find it when filtering my settings by |
I would like to second this request. We see a popup message asking the user consent for feedback very often. This shouldn't appear and instead be using the global vscode telemetry setting. |
Currently telemetry settings are exclusively controlled via the custom
redhat.telemetry.enabled
setting, which needs to be specified in each Red Hat extension'spackage.json
as a configuration property, leading to warning messages in the Developer Console when multiple Red Hat extensions are installed, as e.g. reported here:The official Telemetry extension authors guide mentions in Without the telemetry module:
and then in Custom telemetry settings:
The mentioned
isTelemetryEnabled
boolean setting is part of the VS Code API'sdev
namespace: https://code.visualstudio.com/api/references/vscode-api#envWould it be feasible to eventually migrate over to the global setting or are there other concerns around this?
The text was updated successfully, but these errors were encountered: