Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
mattfbacon opened this issue Jul 3, 2024 · 2 comments
Open
1 task done
Labels
defect [core label] language server failure Language server doesn't work as expected language server An umbrella label for all language servers security & privacy Data privacy issue, security vulnerabilities, etc

Comments

@mattfbacon
Copy link
Contributor

Check for existing issues

  • Completed

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 17241de)
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

@mattfbacon mattfbacon added admin read Pending admin review defect [core label] triage Maintainer needs to classify the issue labels Jul 3, 2024
@osiewicz
Copy link
Contributor

osiewicz commented Jul 3, 2024

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.

@notpeter notpeter added javascript JavaScript programming language support language server failure Language server doesn't work as expected language server An umbrella label for all language servers security & privacy Data privacy issue, security vulnerabilities, etc and removed triage Maintainer needs to classify the issue admin read Pending admin review javascript JavaScript programming language support labels Jul 3, 2024
@mattfbacon
Copy link
Contributor Author

I think it was JSON

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect [core label] language server failure Language server doesn't work as expected language server An umbrella label for all language servers security & privacy Data privacy issue, security vulnerabilities, etc
Projects
None yet
Development

No branches or pull requests

3 participants