Every time a new project is opened, GitLens will create a custom explorer view. VSCode allow users to hide custom explorer views out of the box. However, doing this hiding stuffs on multiple projects is quite tedious. By allowing GitLens users to disable custom explorer view at all help reduce these kind of task a lot.
I don't see if VSCode already provide an option to disable any custom explorer view by default. So that's why I open this issue.
@spywhere are you looking to just turn off the custom view completely?
Yup, exactly.
So let's say I add a new setting gitlens.gitExplorer.enabled that you could set to turn off the custom view completely -- is that acceptable? You wouldn't be able to have the view show up unless you change that setting.
Yes, that's exactly what I need.
@spywhere the latest GitLens v5 beta adds a new gitlens.gitExplorer.enabled setting.
Please follow these instructions to install a pre-release. Let me know if you experience any issues -- thanks!
@eamodio Thanks. That's work like a charm!
Mark as a reference for VSCode's default behaviour: https://github.com/Microsoft/vscode/issues/34557
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.