Version 1.2.0 is a new minor release of ilg-vscode.xpack; it fixes a bug when running npm scripts and adds support for xpm templates.

Install

The VS Code xPack C/C++ Managed Build Extension is available as ilg-vscode.xpack from the Visual Studio Code Marketplace.

It can also be installed from a terminal:

code --install-extension ilg-vscode.xpack

This specific version can be installed with the following command, although generally it is recommended to use the latest version:

code --install-extension ilg-vscode.xpack@1.2.0

Changes

The 1.2.0 release is generally compatible with previous releases.

Bug fixes

  • [#51]: the previous release added support for running npm scripts, but a bug prevented running some scripts in parallel; fixed.

Enhancements

  • [#52]: support for template bases xpm actions and build configurations was added.

Other changes

  • none

Known problems

  • none

Supported platforms

The ilg-vscode.xpack extension is fully portable and works on any platform supported by VS Code; internally it relies on xpm, which is also a portable application running on all platforms supported by npm/node.

However, for projects using binary xpm packages, they are available mainly on the modern platforms, like Windows/macOS/Linux.