-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add gitlens as activity bar item instead of panel in explorer item #363
Comments
I thought about going down this route (and maybe I will in the future), but my plan is to move GitLens into the SCM activity. I originally thought that I could make it a user choice, but currently that really isn't possible with the provided apis/structures. Hopefully moving to the SCM view is an acceptable compromise. |
I'm in favour of git lens being either integrated into the Source Control view or its own view using the new 1.23 API. Either way it doesn't make much sense to me being in the Explore view. I think it could look rather neat if it was in the SC view, but I have no idea how difficult this is compared with having its own view. |
I should have noted that this is a duplicate of #213 which is where the work is being done. @MattSturgeon GitLens will be integrated into the Source Control activity. There is already a beta release with this support. As for not making much sense being in the Explorer activity -- unfortunately until vscode 1.23 that was the ONLY place extensions were able to add views. |
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. |
More details about this:
https://code.visualstudio.com/updates/v1_23#_extension-authoring
The text was updated successfully, but these errors were encountered: