Skip to main content
UStre.2
Associate II
October 23, 2025
Solved

How can I import existing cmake presets into VS Code STM32CubeIDE extension?

  • October 23, 2025
  • 1 reply
  • 308 views

Hi,
We have a large project that already defines several cmake presets, and we would like to reuse them in VS Code  STM32CubeIDE extensions.

Regards
Uwe

Best answer by Cartu38 OpenDev

@UStre.2  setup action not available ? .. is your CMake project building ?
Not having setup action available is sign the STM32 stuff is not detecting your project as a CMake project candidate.

1 reply

Cartu38 OpenDev
Graduate II
October 24, 2025

@UStre.2 
What happens if you just add your material to VSCode workspace ?
Have a try about adding extra STM32Cube contributions on top of:

Cartu38OpenDev_0-1761336884850.png

A CMake project remains a CMake project and STM32Cube relies CMake tools extension ...

 

UStre.2
UStre.2Author
Associate II
October 27, 2025

Hi,

UStre2_0-1761550013867.png

It's not selectable.

I have all configured.

Regards
Uwe

Cartu38 OpenDev
Cartu38 OpenDevBest answer
Graduate II
October 30, 2025

@UStre.2  setup action not available ? .. is your CMake project building ?
Not having setup action available is sign the STM32 stuff is not detecting your project as a CMake project candidate.