[How] can I leave telemetry enabled, or re-enable it? #2603
-
|
I am interested in VSCodium, because it:
However, although VSCodium is described as not a fork, it appears to apply a significant patchset, whose sole purpose is to remove telemetry. I can't say that I understand how telemetry relates to FOSS code, so I've ensured that I'm correct about it being removed: the This matters to me, because I do not want to diverge from upstream where possible, and because if I am to utilise some software without paying for it, I am quite pleased to provide diagnostic data. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Doc: https://github.com/VSCodium/vscodium/blob/master/docs/telemetry.md Src:
VSCodium don't send any telemetry to anyone but some extension can include their own telemetry so you have to check them. Some users don't want any connections (needed for update or protection against malicious extensions) like #2551 (most recent one) Maybe I should have a doc explaining each patch. |
Beta Was this translation helpful? Give feedback.
Even you enables
telemetry.enableTelemetryin the settings. The telemetry won't work since the reporting urls have been set to0.0.0.0.workbench.enableExperimentsandenableNaturalLanguageSearchmight rework.