Ant Settings
Table of Contents
workspaceTasks.applicationPath.ant
Type: string Default: "ant"
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
When true, ANSICON is used to provide coloured 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
}
![]()