Releases: NickHeap2/vscode-ant
Releases · NickHeap2/vscode-ant
0.4.0
Fixed the issue with not running on VSCode 1.72.0 due to a blank command.
Added parsing of build file by ant executable by default. This can be reverted to old behaviour.
Added reporting of issues with the build file into the notification.
Updated all dependencies.
0.3.1
Resolve the GitHub dependabot alerts.
Fix an isue with workspace folders that have spaces in them failing to cd as I'd forgotten to add quotes around the directory name.
0.3.0
Support multi-folder workspaces by scanning each folder in turn looking for build files.
This is an interim solution until I have time to add full support for multiple build files being loaded at once.
0.2.1
Fix publish missing README etc
0.2.0
[0.2.0] - 2020-05-05
Added
- Use webpack to bundle extension.
- Bundle Ant 1.10.7 with windows colour library by Dennis Lang.
- Configurable build file directories.
- Configurable build file names.
- Support for imported build targets.
- Prefix window messages with ATR:.