You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.