Debugging Settings

Table of Contents

  1. workspaceTasks.debug

workspaceTasks.debug

Β  Β 
Type: boolean
Default: false
Scope: application

Controls whether debug logging is enabled for the extension. When enabled, the extension will output additional information to the Workspace Tasks output channel, which can be useful for troubleshooting issues or understanding the extension’s behavior.

Example:

{
  "workspaceTasks.debug": true
}