Skip to main content
Technical Moderator
September 25, 2025
Question

Server issue for STM32Cube extension for VSCode V3.x

  • September 25, 2025
  • 1 reply
  • 657 views

dear Community 

We encountered a server issue happened 24th mid-day up to 25th early morning CET impacting some critical services required by our extension V3.X

We are sorry for the disturbance it caused

    This topic has been closed for replies.

    1 reply

    Super User
    September 25, 2025

    > impacting some critical services required by our extension V3.X

    Does this mean the extension requires an internet connection (and a functioning remote server) to function correctly?

    ST Employee
    September 25, 2025

    @TDK, yes and no, Internet connection is required at least once, at VSCode extensions installation step.

    Basically to download the extensions from the Marketplace, and then to fetch the bundles at first extension init.

     

    Anyway 2 known use-cases depend on an Internet connection later:

    1. Debug with JLink GDB Server
    2. Compile with CLANG
    Super User
    September 25, 2025

    .