2025-10-22 11:45 PM
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
Solved! Go to Solution.
2025-10-29 11:25 PM
@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.
2025-10-24 1:15 PM
@UStre.2
What happens if you just add your material to VSCode workspace ?
Have a try about adding extra STM32Cube contributions on top of:
A CMake project remains a CMake project and STM32Cube relies CMake tools extension ...
2025-10-26 11:27 PM
Hi,
It's not selectable.
I have all configured.
Regards
Uwe
2025-10-29 11:25 PM
@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.
2025-10-29 11:45 PM
Hi,
my cmake project is building, but not importable.
@Cartu38 OpenDev wrote:@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.
It seems so.
Regards
Uwe