Ant Settings
Table of Contents
workspaceTasks.applicationPath.ant
| ย | ย |
|---|---|
| Type: | string |
| Default: | "ant" |
| Scope: | resource |
Path to the Ant executable. On Windows, .bat is appended automatically when the path ends with ant.
Example:
{
"workspaceTasks.applicationPath.ant": "ant"
}

workspaceTasks.ant.ansicon.enabled
| ย | ย |
|---|---|
| Type: | boolean |
| Default: | true |
| Scope: | resource |
When true, ANSICON is used to provide colored output for Ant tasks in the Windows terminal. Requires the ANSICON executable to be available โ see workspaceTasks.applicationPath.ansicon.
Example:
{
"workspaceTasks.ant.ansicon.enabled": true
}
![]()