Skip to main content
Explorer
October 23, 2025
Solved

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

  • October 23, 2025
  • 1 reply
  • 307 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

    This topic has been closed for replies.
    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

    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.2Author
    Explorer
    October 27, 2025

    Hi,

    UStre2_0-1761550013867.png

    It's not selectable.

    I have all configured.

    Regards
    Uwe

    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.