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
Show File History #1156
Comments
While I removed this option from the right-click menu (to reduce the number of options and possible confusion with Open File History, the Show File History command can still be access from the command palette. Also the rename following was disabled by default (because it can cause too many issues if you aren't expecting it), but can be re-enabled by toggling this: or by setting As for the view there is an issue #1148 that might be giving you issues with rename following, which will be fixed shortly. |
Let me know if |
Thank you so much, This helped a lot. What I meant from accessing the Show File History command in the command palette is that in the previous versions versions before version 11, you could see the File History in the command palette instead of it taking you to the side bar. It was nice to see all the various options you can click on when clicking a certain commit of the file. I am completely fine with it directing you to the side bar instead. |
Today, the Show File History command from the command palette does very similar to what it used to -- shows the file history directly in the quick pick menu. While Open File History will open the File History view with the history of the current or selected file. @rzee01 are you seeing something different? |
This issue needs more information and has not had recent activity. Please provide the missing information or it will be closed in 7 days. Thanks! |
@souradeep-nanda I'm not sure what you'd like added to the documentation, but please feel free to send a PR updating the docs! Thanks. |
Everything is fine. I think I just liked how everything was shown in the command palate since it seems easier to see. I never really liked how VS Code's Github section looked and would always use your extension to see the options for Git or Github. In version 10,, all the options were placed like this: |
@rzee01 That still exists today -- using the GitLens: Show File History command from the command palette ( Is your issue/request that there is no longer the "show" version of the file history in the content menu of files in the Explorer side bar? As I only have the Open File History option there. |
This issue needs more information and has not had recent activity. Please provide the missing information or it will be closed in 7 days. Thanks! |
OK, thanks -- as I've mentioned that still exists today -- using the GitLens: Show File History command from the command palette. But I will add an additional Quick Open File History entry to all the menus where Open File History currently lives. And there will be a corresponding Quick Open File History entry in the command palette too (which is the same as the Show File History command) |
Can you please verify this fix in tomorrow's insiders edition? You can install the insiders edition from here. Be sure to disable/uninstall the stable version of GitLens first. |
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. |
This feature was in the previous version. When right clicking a file and clicking "Show File History", you would be able to view all the changes in the command palette. I don't mind that this was moved, but you used to also be able to view all the previous changes of the file before in situations where the file was renamed. Now it looks like you have to go through all the repo commits. It also looks like you can only view the changes after a file rename in the file history view.
The text was updated successfully, but these errors were encountered: