A warning for people who, like me, long ago disabled telemetry in Visual Studio Code: Microsoft introduced a new setting that deprecates the two older settings... and the new setting defaults to "all" [1]. I just noticed this now after double-checking my settings. Sneaky, sneaky, Microsoft (but still totally expected). [1] https://imgur.com/a/RbrsuyA You will want these three settings in your default settings JSON (t…
Ha, vindication. I posted a while back about I used to use OpenSnitch to block VS Code's telemetry requests. One of the comments mentioned that there's already a setting to disable it, ain't that enough..?! I'm once again recommending OpenSnitch: because Microsoft won't take "No" for an answer. https://news.ycombinator.com/item?id=30865152
VS Code – What's the deal with the telemetry?
151–160 of 199 posts
Re: VS Code – What's the deal with the telemetry?
#152A warning for people who, like me, long ago disabled telemetry in Visual Studio Code: Microsoft introduced a new setting that deprecates the two older settings... and the new setting defaults to "all" [1]. I just noticed this now after double-checking my settings. Sneaky, sneaky, Microsoft (but still totally expected). [1] https://imgur.com/a/RbrsuyA You will want these three settings in your default settings JSON (t…
Or just use VSCodium, the actually open source build, with no added closed source blobs and of course no telemetry. It uses https://open-vsx.org , an open source host for VSX plugins. https://vscodium.com/
I think it's great that open license terms enable these sorts of forks and experiments so that the community can work together by sending pull requests.
Is there a good way to install code-server (hosted VSCode/vscodium in a browser tab) plugins from openvsx?
(E.g. the ml-workspace and ml-hub containers include code-server and SSH, which should be remotely-usable from vscodium?)
Re: VS Code – What's the deal with the telemetry?
#153Earlier quoted context omitted.
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
Enabled by default -> Bad Give user option to enable to improve product -> Good
Re: VS Code – What's the deal with the telemetry?
#154The extension author docs [1] say that extensions _should_ obey the global setting, even if using their own telemetry libraries: > Extension authors who wish not to use Application Insights can utilize their own custom solution to send telemetry. In this case, it is still required that extension authors respect the user's choice by utilizing the isTelemetryEnabled and onDidChangeTelemetryEnabled API. I suppose the qu…
That's a legal minefield.
Re: VS Code – What's the deal with the telemetry?
#155Earlier quoted context omitted.
"trap". If feature A has 100% of users using it and feature B has 0%, what should I, as the app developer spend my time working on?
If your application keeps opening popups all the time, I will use the close popup button very often. Doesn't mean I enjoy closing your popups or want to have to close them. The only reason I'm using the feature is to get around an annoyance in your hypothetical application. Frequent use of a feature is just as much a signal that the feature is an obstacle as it is a signal that the feature is beneficial.
Re: VS Code – What's the deal with the telemetry?
#156What we need, and this may already exist, is away to sanbox apps with the ability to firewall of incoming and outgoing http request. Does this exist? What would be even better was a solution that had profiles for common usages and apps, and the profiles could be created by all and shared via a community or repo and could be extended and tweaked. Does this exist, is it feasible, or does anyone have a better simpler id…
On MacOS you can use Little Snitch [1] to do exactly this. You can watch all network connections per app, even grab a pcap of traffic just for the app as well. You can setup restrictions to block incoming and outgoing traffic. It basically is a per-app firewall. [1] https://www.obdev.at/products/littlesnitch/index.html
Re: VS Code – What's the deal with the telemetry?
#157A warning for people who, like me, long ago disabled telemetry in Visual Studio Code: Microsoft introduced a new setting that deprecates the two older settings... and the new setting defaults to "all" [1]. I just noticed this now after double-checking my settings. Sneaky, sneaky, Microsoft (but still totally expected). [1] https://imgur.com/a/RbrsuyA You will want these three settings in your default settings JSON (t…
Re: VS Code – What's the deal with the telemetry?
#158I am one of those who began coding in Notepad and then quickly moved on to Vim and then to Emacs. When the whole world of internet services began consolidating around the web and then later when the whole web began consolidating around a few powerful walled gardens, I saw how these trends began chipping away at our anonymity, privacy, web performance and software performance. Computers are ubiquitous but privacy is u…
Right? It's baffling. I still don't understand why developers use Microsoft tools. At all. About the only valid use case I can think of is creating Windows native apps and _maybe_ testing on IE/Edge. Otherwise, why? Just why would you wade in the shit when there's a lovely clean pool right over there?
this pool isn't filled with shit, and the water over there isn't very clean, thats why.
Re: VS Code – What's the deal with the telemetry?
#159Earlier quoted context omitted.
It's probably true that many Visual Studio Code extensions are Open Source, but there are plenty that are not. Here is one from a random person on the internet which has the license "All rights reserved": https://marketplace.visualstudio.com/items?itemName=LiamNevi... Here is another by Adobe that doesn't have a license linked to it (presumed proprietary): https://marketplace.visualstudio.com/items?itemName=com-adob.…
Sorry, I meant you could see the source code not the source code's license.
Re: VS Code – What's the deal with the telemetry?
#160A warning for people who, like me, long ago disabled telemetry in Visual Studio Code: Microsoft introduced a new setting that deprecates the two older settings... and the new setting defaults to "all" [1]. I just noticed this now after double-checking my settings. Sneaky, sneaky, Microsoft (but still totally expected). [1] https://imgur.com/a/RbrsuyA You will want these three settings in your default settings JSON (t…
Or just use VSCodium, the actually open source build, with no added closed source blobs and of course no telemetry. It uses https://open-vsx.org , an open source host for VSX plugins. https://vscodium.com/
source: https://github.com/VSCodium/vscodium/blob/master/DOCS.md