modm API documentation
Visual Studio Code (VSCode)

lbuild module: modm:ide:vscode

Visual Studio Code (VSCode) is a popular IDE with an integrated debugger UI.

This module provides configuration files to integrate building, debugging, uploading and code completion into the IDE:

Note that not all build system features are provided in the IDE, only the most common. You can call all build system tools from the command line. In addition, the modm:build:cmake module is supported natively by the CMake Tools extension and is therefore not wrapped.

We recommend adding this module from the command line so that you don't accidentally overwrite your modified files later: lbuild build -m ::vscode.

Note that some configuration options may be specific to your environment (such as the compiler path) and may not work in other environments.