Debugging Settings
Table of Contents
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
}