cancel
Showing results for 
Search instead for 
Did you mean: 

Server issue for STM32Cube extension for VSCode V3.x

Nawres GHARBI
ST Employee

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

4 REPLIES 4
TDK
Super User

> 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?

If you feel a post has answered your question, please click "Accept as Solution".

@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

.

@Julien D would you mind explaining a bit the 2 known use-cases, please ? If I understand correctly, if I'm working in a place where I don't have access to Internet, I can't debug a system with JLink, nor debug a firmware compiled with Clang (that is, I identified the issue in the current Clang compiled firmware and I want to fix it in place) ?

 

Best regards, K.