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

do not ping any host just because I opened the editor #1000

Closed
2 tasks
nyxnor opened this issue Feb 20, 2022 · 5 comments
Closed
2 tasks

do not ping any host just because I opened the editor #1000

nyxnor opened this issue Feb 20, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@nyxnor
Copy link

nyxnor commented Feb 20, 2022

Describe the bug
A clear and concise description of what the bug is.
I don't want vercel and vsx to know I just opened my editor. I can see this connections by just opening VSCodium.

StreamId StreamPurpose StreamTarget CircuitId CircuitPurpose
--------------------------------------------------------------------------------------------------------------
3025 DNS_REQUEST vscodium.now.sh-(76.76.21.164:0) 4591  GENERAL
3027 DNS_REQUEST vscodium.vercel.app-(76.76.21.123:0) 4591  GENERAL
3029 DNS_REQUEST open-vsx.org-(198.41.30.195:0) 4591  GENERAL
3030 USER open-vsx.org-(198.41.30.195:443) 4590  GENERAL

This is not like I have request a marketplace application, this simply happens by just opening the editor.

Please confirm that this problem is VSCodium-specific

  • This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.
    Not sure, I don't use VSCode, and pinging MS would be worse.

Please confirm that the issue/resolution isn't already documented

To Reproduce
Steps to reproduce the behavior:

Open the editor. Watch DNS requests.

Expected behavior
A clear and concise description of what you expected to happen.

Disable this. It may not be telemetry or just checking if it is up to date, but I don't want these connections to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Mac OS, Ubuntu 20.04, etc]
  • Architecture [e.g. x64, ia32, arm64]
  • Version [e.g. 1.33.0]

Debian
amd64, x86_64
VSCodium 1.64.2

Additional context
Add any other context about the problem here.

@nyxnor nyxnor added the bug Something isn't working label Feb 20, 2022
@daiyam
Copy link
Member

daiyam commented Feb 20, 2022

To deactivate the update checkup, you will need to deactivate it with "update.mode": "none" in your settings.

@nyxnor
Copy link
Author

nyxnor commented Feb 20, 2022

Thanks, it is not pinging vercel anymore.

4173 DNS_REQUEST open-vsx.org-(198.41.30.195:0) 5071  GENERAL
4174 USER open-vsx.org-(198.41.30.195:443) 5073  GENERAL

I don't have any extensions currently.

Unchecked, set to false and to none everything available with @tag:usesOnlineServices

@sydbarrett74
Copy link

How about setting 'update.mode' to 'none' by default in release versions?

@bigbenzh
Copy link

bigbenzh commented Mar 2, 2022

I don't have any extensions currently.

I think this is due to the design of built-in marketplace function in vscode, and there is no easy way to disable the ping to the marketplace server (which is open-vsx.org in vscodium) without breaking the whole marketplace function.

(probably) related: #623 #732

if you don't want the plugin update and prefer install plugins manually, you can modify product.json and replace open-vsx.org to 127.0.0.1 or an invalid domain

@nyxnor
Copy link
Author

nyxnor commented Mar 2, 2022

Thanks.
It is related to that issue and I endorse the idea of disabling network of the IDE, but I do not endorse the rudeness of the author of that post.
As that issue is waiting for a pull request, will close this one.

@nyxnor nyxnor closed this as completed Mar 2, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants