VS Code xPack extension v0.4.10 released
Version 0.4.10 is a new development release of ilg-vscode.xpack; it adds several enhancements.
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@0.4.10
Changes
The 0.4.10 release is generally compatible with previous releases.
Bug fixes
- none
Enhancements
- [#16] - add right-click commands to remove actions
- [#15] - add right-click commands to create actions and configurations
- [#6] - add a command to create a new configurations by duplicating an existing one
- [#5] - add xpack.exclude to configuration
- [#2] - add code to automatically exclude
**/xpacks/**
from npm searches - [#4] - add configuration variable for maxDepthLevel
- [#14] - add configuration variable for the log level
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 xPacks, they are available mainly on the modern platforms, like Windows/macOS/Linux.
Final notes
Important: The ilg-vscode.xpack extension
is currently work in progress and should be used with caution.