Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ARM BuildNew to Visual Studio Code? Get it now.
ARM Build

ARM Build

launcher

|
1 install
| (0) | Free
Build ARM MDK projects from VS Code folder context menus.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ARM Build

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.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft