vscodium
vscodium copied to clipboard
Tries to connect over internet even if all online features are disabled
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
- [x] I checked the Docs page and the Troubleshooting page and my issue is not mentioned there.
To Reproduce Steps to reproduce the behavior:
- 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
- start the app
- it tries to TCP
76.76.21.164:443
and76.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
The welcome page will connect to internet. Do you have any extensions?
Both ips are linked to Vercel.
Only installed portable version, set Welcome to not show up, set settings and restarted.
Microsoft's build of VSC connects to different IP.
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!
still stands