zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
41.68k stars 2.17k forks source link

Requests to dc.services.visualstudio.com (telemetry) from zed's node #13759

Open mattfbacon opened 2 weeks ago

mattfbacon commented 2 weeks ago

Check for existing issues

Describe the bug / provide steps to reproduce it

I have not what JS code is causing these requests but I know it's initiated by zed because the requests come from zed's node binary.

Environment

Zed: v0.143.0 (Zed Dev 17241de93e6a6f34b4cca48f3f40fcaafd697552) OS: Linux Wayland arch unknown Memory: 31.1 GiB Architecture: x86_64

If applicable, add mockups / screenshots to help explain present your vision of the feature

Multiple requests blocked by my network firewall

Multiple requests blocked by my network firewall. These were just from when I launched zed to copy the system specs.

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

No response

osiewicz commented 1 week ago

We use some of the language servers open sourced by Microsoft (e.g. HTML language server, Typescript language server), so it is possible that they may be sending telemetry from within the server. We should probably disable that, as right now users don't have a way to opt out of it. Did you open any buffer with a language? JSON? Typescript? I wonder which language server could be sending these requests.

mattfbacon commented 1 week ago

I think it was JSON