Dependencies weren't been parsed correctly after the first one so you couldn't run them correctly. Send in file that caused the auto build as a parameter to the ant script. Updated dependencies.
- Dependencies after the first had a space added at the front.
- Pass triggering file to auto build script.
- Bump dependencies.
- Fixed issue targets with brackets in not being surrounded by quotes.
- Fixed issue with parsing targets with regex characters in them.
- Release through linux so that ant stays executable.
- Detect changes of use ant for parsing so that a restart isn't needed.
- Now uses ant to parse the build file by default.
- Report build file issues to user via notification.
- Remove blank command which was failing with VSCode 1.72.0.
- Fixed all dependency audits.
- Fix double quotes on targets with spaces.
- Updated dependencies based on Github security reports.
- Fix security audits.
- Fix cd command for folders with spaces in to use quotes.
- Better support multi-folder workspaces by checking them in order for build files.
- Initialise command that is run when a new terminal window is created.
- Updated dependencies based on Github security reports.
- Extension missing README etc
- 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:.
- Update dependencies.
- Fixed error where space separated auto targets are surrounded by quotes.
- Fixed error where console wouldn't launch if terminal.integrated.shell.windows is null.
- Fixed error on running target when an env var file is defined but doesn't exist.
- Update vscode to fix vulnerability.
- Update dependencies.
- Fixed calling ant build on targets that have spaces in the name (pull request from katoun).
- Refactored most code.
- Auto run triggering via build.auto file with configurable delay to prevent duplicates.
- Don't change focus to terminal on target run.
- Add ansicon support for windows (https://github.com/adoxa/ansicon) to colorize output.
- Add reveal target line definition.
- Correct docs for config name.
- Fix context menu run.
- Pass env vars from build.env into terminal (configurable).
- Drop vscode requirement to 1.18.1.
- Run currently selected target from the toolbar.
- Change activation to when view is opened.
- Remove data-tree dependency.
- Fix behaviour when empty workspace is opened.
- Recursively cascade dependencies in tree.
- Allow dependencies to be run.
- Highlight the default target.
- Add project name to root.
- View should be named the same as the extension.
- Refresh command and button to refresh Ant Targets (although this happens automatically anyway).
- Add root node for build.xml file.
- Add target dependencies as children of the target.
- Add simple target and dependency svg.
- Fix terminal closing by name instead of id.
- This is the initial release!