Baptiste Augrain

Results 846 comments of Baptiste Augrain

@ungive Which version are you on?

> Is there any guarantee that VSCodium doesn't ship with AI/Copilot connections? Yes. There is no configurations for Copilot. It is just UI that they plan to move into an...

@ungive update to [1.105.17017](https://github.com/VSCodium/vscodium/releases/tag/1.105.17017)

`raw.githubusercontent.com` is used for: - the announcements (load https://github.com/VSCodium/vscodium/blob/master/announcements-extra.json) - the update checks (load file in https://github.com/VSCodium/versions). `gvt1.com` is in Electron/Chromium due the builtin dictionary service. I will take a...

Yep, there is an extra connection. It's for `"controlUrl": "https://raw.githubusercontent.com/EclipseFdn/publish-extensions/refs/heads/master/extension-control/extensions.json"` (in the `product.json`, #2278). It's OpenVSX's control list. I will have to look on how to disable it.

`"update.mode": "manual",` still downloads the `latest.json` file....

> `"update.mode": "manual",` still downloads the `latest.json` file.... It's only on macOS and easy to fix. `controlUrl` is cached as soon as there are any extensions. It's a list of...

Can you try the latest version of the Insiders version (https://github.com/VSCodium/vscodium-insiders)? The new property is `extensions.excludeUnsafes`. The `workbench.welcomePage.extraAnnouncements` property is now listed under `@tag:usesOnlineServices`.