How can I avoid extensions that send telemetry to Microsoft? #2379
Replies: 2 comments
-
|
This maybe useful https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting |
Beta Was this translation helpful? Give feedback.
-
|
Yo @cultured-script-kiddie 👁👅👁 Here’s a breakdown regarding telemetry for extensions in VSCodium via Open VSX: 1️⃣ ms-vscode.csharp not showing up – That’s expected. VSCodium’s marketplace is Open VSX, which doesn’t host every Microsoft extension. Some extensions are only in the official VS Code Marketplace. 2️⃣ Extensions with ms-vscode or ms-toolsai publishers that do appear (like Jupyter) – Technically, they can include telemetry code, but most of the telemetry that these extensions gather is the same type that VSCodium disables by default when you set 3️⃣ Workarounds / alternatives:
✅ Bottom line: Using Jupyter and similar extensions from Open VSX in VSCodium is generally safe if your telemetry is off, but always double-check extension settings and the repo for added assurance. Hope that helps! If anyone has concrete experiences with Jupyter telemetry in VSCodium, would love to hear them too. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In docs/telemetry.md it mentions that some extensions send telemetry to Microsoft - but it gives the example ms-vscode.csharp, which does not show up as a result when I search for it in VS Codium's extensions marketplace (which I understand uses open-vsx.org?).
Other extensions with ms-vscode as the publisher do appear, such as the C/C++ Themes extension; there's also the Jupyter extension pack by ms-toolsai.
What I want to know is whether these extensions (especially the Jupyter extensions) send telemetry to Microsoft despite being from open-vsx.org, and whether there are any workarounds/alternatives if I really want to use them/something similar to them in VS Codium?
Edit: Reading open-vsx.org's description of the Jupyter extensions again, it seems like the only type of telemetry the extensions try to gather is the same type of telemetry that (I believe) VS Codium disables by default, by setting telemetry.telemetryLevel = "off". I don't want to close this discussion yet though, in case someone has anything more... concrete to say.
Beta Was this translation helpful? Give feedback.
All reactions