STM32CubeIDE Extension Stuck in "Infinite Loading" and Fails to Recognize CMake Projects
When opening a project directory in VS Code, the STM32CubeIDE for Visual Studio Code extension gets stuck in an infinite loading state (as shown in the screenshot below).

Symptoms:
"Go to Definition" does not work.
The Build Analyzer view does not appear.
clicking the "Build" button still triggers a successful compilation.
Most dependent extensions, such as STM32Cube CMake Support, remain inactive

Here is the log output from STM32Cube Core during the failed loading:

I discovered that if I completely disconnect my PC from the internet before launching VS Code, the extension reports a network error but then successfully initializes after a short period. Once initialized offline, all features (including Go to Definition) work perfectly.
Here are the logs from a successful (offline) launch:

My computer’s network connection is working fine. I tested this URL in the VS Code command line —developer.st.com/bundles/BundleRepositoryIndex.json — and it downloads normally. I’ve tried both the latest version (3.7.0) and the older version (3.6.4), but neither fixed the issue. Right now, the only way I can open it is by disconnecting my computer from the network. Is there any way to solve this problem?
