What’s New for Makefile Tools in VS Code Version 0.7.0 – Variable Expansion and more…

Makefile Tools 0.7.0 Release Notes
The latest version of Makefile Tools extension for Visual Studio Code is now available. Key features include:
- Variable expansion for Makefile projects in settings
- Improved user experience for when Makefile, Make and build.log are not found
- New support for C++23
- Pre-release versions available for bug fixes and releases
Variable Expansion
You can now use variables such as ${workspaceFolder}
and ${env:HOME}
in your settings.json instead of plain paths for Makefiles. This allows for parameterization and easier toggling between configurations or build targets.
Improved Messaging
The left-side Makefile Tools project outline now includes a "not found" status for missing Makefile, Make and Build Log components. Clicking on the pencil icon allows you to specify the path to these files and view the current status of the project.
Pre-release Versions
Makefile Tools now has a pre-release pipeline, allowing for earlier access to bug fixes and releases. Simply switch to the pre-release version under the Makefile Tools extension.
Download Makefile Tools extension for Visual Studio Code and give the latest version a try. If you have any issues or suggestions, report them in the Issues section of the GitHub repository or contact the team via email or Twitter. Check out our README documentation for more information on how to activate the extension and get started.