so I am pretty new to STM32 programming. As a part of my project I am using STM32L432KC board from ST. I used the Mbed online compiler to extract the blinky led example. I want to use VS Code, so I installed the C/C++ extensions and I also downloaded and installed GNU Arm Embedded toolchain. But now I am stuck. After trying to build the solution I get this message on terminal: "'make.exe' is not recognized as an internal or external command, operable program or batch file." I know it has something to do with the Makefile. But I need a step by step guide to set everything up, since all the tutorials I found did not help me. I already found simmilar thread here but it was not described deeply enough for me to understand.