VS Code xPack extension v1.0.1 released
Version 1.0.1 is the first major release of ilg-vscode.xpack; it updates the project to ES6 modules.
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.0.1
Changes
The 1.0.1 release is generally compatible with previous releases.
Bug fixes
- none
Enhancements
- none
Other changes
- the project was updated and now can be built as an ES6 module, allowing to update its dependencies to modules too
- [#47]: the actions tree was renamed XPM ACTIONS.
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 xPacks, they are available mainly on the modern platforms, like Windows/macOS/Linux.