VS Code – What's the deal with the telemetry?
51–60 of 199 posts
Re: VS Code – What's the deal with the telemetry?
#52Re: VS Code – What's the deal with the telemetry?
#53It's Microsoft. It's what they do. It's been 20+ years. I'm not even old. I just don't understand how people haven't figured this out yet.
Okay but companies don’t just add telemetry because it’s a fun and exciting engineering challenge. They do so for legitimate engineering and business reasons. These solutions have privacy nuance they are not black and white/evil v good
Re: VS Code – What's the deal with the telemetry?
#54It's Microsoft. It's what they do. It's been 20+ years. I'm not even old. I just don't understand how people haven't figured this out yet.
Re: VS Code – What's the deal with the telemetry?
#55How is PyCharm WSL2 support these days? WSL2 is the biggest reason I switched to VS Code 1 year ago.
Re: VS Code – What's the deal with the telemetry?
#56Earlier quoted context omitted.
What better text editor?
There are much better IDEs. Check out the Jetbrains products. If you want an editor on Mac there is also Nova: https://nova.app The Rust and web related extensions work pretty well. I've been using that for a while. There are a few more around.
Re: VS Code – What's the deal with the telemetry?
#57The TL;DR is Microsoft won't tell you what they collect and ignore settings that limit telemetry. If you use VSCode or its extensions you can't keep commercial secrets from those working at Microsoft unless you block network traffic from VSCode. This seems to be true even in the open source builds like VSCodium.
So I guess this page on their website is fiction? https://code.visualstudio.com/docs/getstarted/telemetry
Re: VS Code – What's the deal with the telemetry?
#58Found this while looking for a way to fully disable telemetry on vscode. After reading, this seems impossible, short of going down to DNS or network blocks of some kind: the "disable telemetry" setting doesn't; extensions have their own telemetry; MS consider the data sufficiently anonymous to be exempt from GDPR, even the vscodium maintainers say they found it impossible to block vs code's eager telemetrizing. I won…
I've been using vscodium for the most part but you cannot avoid the extensions themselves sending their own telemetry.
Re: VS Code – What's the deal with the telemetry?
#59The TL;DR is Microsoft won't tell you what they collect and ignore settings that limit telemetry. If you use VSCode or its extensions you can't keep commercial secrets from those working at Microsoft unless you block network traffic from VSCode. This seems to be true even in the open source builds like VSCodium.
So I guess this page on their website is fiction? https://code.visualstudio.com/docs/getstarted/telemetry
Re: VS Code – What's the deal with the telemetry?
#60Telemetry is godsend for developers, since it lets them track down actual product usage and issues. Telemetry is a privacy nightmare for users, since it sends data to the developers outside of an average user's control - data which is probably easily associated with an individual and kept for eons (disk space is cheap after all). I think telemetry collection is starting to become a professional ethics issue for devel…
What do you think about regulation like the GDPR?