Ant Settings

Table of Contents

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

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

Screenshot - Ant Path


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
}

Screenshot - Ansicon Enabled



© 2026 Ryan Conrad. All rights reserved.

This site uses Just the Docs, a documentation theme for Jekyll.