2026-03-12 7:51 PM
Hi, the extension version is 3.8.0, and it usually takes 5min to load, is that normal? Also, is there any CDN or dedicated server for Chinese users? cuz it's troublesome to download those bundles here. Thx
2026-04-01 7:15 AM
I mean, I've already put ST domain into my proxy whitelist, so it's the same download speed as without the proxy. The timeout case is before I whitelist the domain.
Nevertheless, when I don't run my proxy, the plugin load speed is still that slow.
2026-04-01 8:25 AM
@ianzone wrote:I've put *st.com into the proxy whitelist
*st.com is maybe not enough, I think you should add stmicroelectronics.d3.sc.omtrdc.net as well.
2026-04-23 7:40 PM
omtrdc.net is whitelisted, still slow. And even if I don't run any proxy, still slow to load.
If network is the case, whether with or without proxy, it shouldn't block the thread to load local toolchain.
2026-04-23 7:55 PM
sometimes it fails
2026-04-29 6:29 PM
I suspect this extension downloaded the toolchain everytimes, even if there were local files
2026-04-30 12:22 AM
Hi @ianzone,
I suspect this extension downloaded the toolchain everytimes, even if there were local files
Be assured, it is not downloaded every time. However, yes, when registering a bundle in a project, network access may be used to get an updated list of bundles in the local metadata cache.
I see 2 errors:
[Error] Failed to initialize STM32Cube bundles: Failed to get list of available updates.
Likely, the cube bundle list-online command run by the extension at startup failed, while a couple of days ago you said it worked fine. Was there any network change in the meantime?
The screenshot notification.
Do you already have any .settings/bundle.store.json file in your project?
If so does it contain Ninja?
Maybe try to do the same operation from the CLI to ensure no useful error message is being hidden by the UI: cube --cwd <project_path> bundle install ninja --project