bmd-studio / stm32-for-vscode

STM32 extension for working with STM32 and CubeMX in VSCode
MIT License
195 stars 27 forks source link

Cmakelist build #184

Open danielsalyi opened 2 months ago

danielsalyi commented 2 months ago

Hello,

Is there a way to build with cmakelist and not from a makefile? Or is there a way to add custom commands to the sidebar?

Tnx!

jortbmd commented 2 months ago

Hi! Thanks for opening up an issue. No not as of yet. Probably the ST extension would work better for the makefile stuff and there is a CMake extension as well which works pretty well. For now there is no option to add custom commands to the sidebar, however it would be nice to allow some custom makefile commands to be there. Will leave this issue open and work on it at some later date.