Reputation: 458
I just updated the visual code on Ubuntu 20.04 and the search and compare view is no more visible.
Can anyone suggest how can I make it visible. I did google search but didn't get much help.
Upvotes: 8
Views: 7895
Reputation: 131
If anyone has run into this problem recently, there was a recent change (Version 14.0.0) that moved "Search & Compare" to the new "GitLens Inspect" section.
Rearranges the GitLens views for greater focus and productivity, including the new GitLens Inspect and moved some of our views from Source Control into either GitLens or GitLens Inspect.
Upvotes: 13
Reputation: 458
Open the command box using Ctrl + Shift + P and search for Compare Working Tree, select the first option (ie. GitLens: Compare Working Tree with...) After selecting this, it will start showing the SEARCH & COMPARE tab.
Upvotes: 7