WIP
WIP
WIP
All logs emitted by the git extension are written to the Git output channel. You can access the Git output channel by invoking the Git: Show Git Output
command from the command palette or using the View > Output menu, and selecting Git in the dropdown menu.
The git.logLevel
setting controls the default log level for the git extension. To update the default log level, update the value of the setting, and invoke the Developer: Reload Window
command from the command palette. To enable verbose logging, set the value of the setting to Trace
and reload the the window.
Use the Git: Set Log Level
command from the command palette to change the log level of the current session. To enable verbose logging, invoke the command, and set the log level to Trace
. Note that reloading the window, will reset the log level to the value specified in the git.logLevel
setting.