Skip to content

Releases: NickHeap2/vscode-ant

0.4.0

08 Oct 19:02
c1b39dc
Compare
Choose a tag to compare

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

22 Mar 11:29
Compare
Choose a tag to compare

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

30 Aug 16:49
Compare
Choose a tag to compare

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

05 May 19:46
Compare
Choose a tag to compare
Fix publish missing README etc

0.2.0

05 May 19:06
Compare
Choose a tag to compare

[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:.