ARM Build adds Build > MDK Debug to folder context menus in the VS Code Explorer and Example Hub.
The command searches below the selected folder for MDK/*.uvprojx. If multiple projects are found, it asks for confirmation and then builds every project sequentially using each fixed <project-name>_Debug target with UV4.exe -j0. Build logs reuse one ARM Build terminal, with error and warning diagnostics highlighted in red and yellow and clean result counts in green. Each HEX file is reported from its project's MDK/output/debug directory. A batch summary is shown only when multiple projects are built.
Development
Open this extension folder in VS Code and press F5 to start an Extension Development Host.
Settings
armBuild.mdkUv4Path: optional path to UV4.exe or the MDK installation directory. When empty, ARM Build checks common Keil locations, environment variables, and PATH.