vscodium icon indicating copy to clipboard operation
vscodium copied to clipboard

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

Open ilias-7565 opened this issue 1 year ago • 4 comments

Please confirm that this problem is VSCodium-specific

  • [x] This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.

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):

  • OS: Win10
  • Architecture x64
  • Version 1.85.1

ilias-7565 avatar Jan 03 '24 17:01 ilias-7565

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

Both ips are linked to Vercel.

daiyam avatar Jan 03 '24 18:01 daiyam

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

Microsoft's build of VSC connects to different IP.

ilias-7565 avatar Jan 03 '24 18:01 ilias-7565

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!

github-actions[bot] avatar Jul 13 '24 01:07 github-actions[bot]

still stands

ilias-7565 avatar Jul 22 '24 12:07 ilias-7565