Debugging Settings

Table of Contents

  1. workspaceTasks.debug

workspaceTasks.debug

Type: boolean Default: false

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 behaviour.

Example:

{
  "workspaceTasks.debug": true
}

© 2026 Ryan Conrad. All rights reserved.

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