VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
25.06k stars 1.07k forks source link

Tries to connect over internet even if all online features are disabled #1775

Open ilias-7565 opened 9 months ago

ilias-7565 commented 9 months ago

Please confirm that this problem is VSCodium-specific

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

To Reproduce Steps to reproduce the behavior:

  1. settings.json
    "workbench.enableExperiments": false,
    "workbench.settings.enableNaturalLanguageSearch": false,
    "extensions.autoCheckUpdates": false,
    "extensions.autoUpdate": false,
    "update.mode": "manual",
    "update.showReleaseNotes": false,
    "telemetry.telemetryLevel": "off",
    "json.schemaDownload.enable": false,
    "npm.fetchOnlinePackageInfo": false,
    "typescript.disableAutomaticTypeAcquisition": true
  2. start the app
  3. it tries to TCP 76.76.21.164:443 and 76.76.21.9:443 , and sends DNS queries

Expected behavior 0 network activity unless that activity is allowed by user.

Desktop (please complete the following information):

daiyam commented 9 months ago

The welcome page will connect to internet. Do you have any extensions?

Both ips are linked to Vercel.

ilias-7565 commented 9 months ago

Only installed portable version, set Welcome to not show up, set settings and restarted.

Microsoft's build of VSC connects to different IP.

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment, and we'll keep it open. If you have any new additional information, please include it with your comment!

ilias-7565 commented 2 months ago

still stands