Ant Settings

Table of Contents

  1. workspaceTasks.applicationPath.ant
  2. workspaceTasks.ant.ansicon.enabled
  3. Related

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"
}

Screenshot - Ant Path


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
}

Screenshot - Ansicon Enabled