- vscode with 
ms-vscode.cmake-toolsextensions - cmake >= 3.20 (must in your system environment)
 MinGW Makeorninja(must in your system environment)- toolchain: 
arm-none-eabi 8.3.x(must in your system environment) 
- 
Open
./.vscode/settings.jsonconfig file and set your CMake Generator by modifycmake.generatorfield.By default, we use
MinGW Make{ "cmake.generator": "MinGW Makefiles", "cmake.buildDirectory": "${workspaceFolder}/build", "files.associations": { "*.h": "c", "*.c": "c", ".cpp": "cpp" } } 
