1、There is no reaction.
2、It can be operated normally.
3、It can’t be used either, and there is no response.
4、There is no error output in the developer tool.
The above is the version information after my upgrade. The Display Git output function still cannot be used, and there is no error output in the developer tool.
Open the same project and try Display Git output again, or use the Command Palette Git: Show Git Output. If it works with extensions disabled, it’s likely an extension conflict.
If it still doesn’t work, try Cmd+Shift+P > Developer: Reload Window, then try again.
If you can, record a short GIF or video showing the click and the Command Palette run. Sometimes the Output panel opens in a different view container, and it’s not obvious.
Workaround while we’re looking into it: use Cmd+Shift+U View > Output, then pick Git from the dropdown. You already confirmed this works.
Thanks for the videos, they clearly show what’s going on. The Output panel and the Git channel itself are working fine, we can see logs like git merge-base, git diff, and git check-ignore. But the git.showOutput command, which is triggered by the Display Git output button and the Command Palette, isn’t firing. It happens even after --disable-extensions. This looks like a bug on our side.
I can’t share an ETA for a fix yet. Once I have an update, I’ll reply in the thread.