"Git:View File History" is not working
See original GitHub issueOS/Web Information
- Web Browser: Chrome Version 91.0.4472.101 (Official Build) (x86_64)
- Local OS: macOS Big Sur Version 11.2.3
- Remote OS: CentOS Linux release 7.4.1708 (Core)
- Remote Architecture: x86_64
code-server --version
: 3.10.2 387b12ef4ca404ffd39d84834e1f0776e9e3c005
Steps to Reproduce
“Git: View File History” which is in popup menu at sidebar is not working. It didn’t show any contents and I checked Javascript Console, following was shown

and I downgraded code-server to 3.9.0 which I used before 3.10.2 and it works fine.
I’ve been using git history plugin, “Git History” and its version is 0.6.15
Thanks in advance
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Git | View History not working - Visual Studio Feedback
Using VS2017 I can select "View History" from the Solution Explorer but it never seems to return ALL the history for files I...
Read more >View File History not working - absolute path used #1045
Well I switched to the "Git History" extension. I don't like the UI as much but at least it works. Maybe need some...
Read more >View the change history of a file using Git versioning
To show all changes for a file, including renames, use tig --follow filename . Thank you so much @falken for helping us discover...
Read more >Git file history - GitLab Docs
Go to your project's Repository > Files. In the upper right corner, select History. When you select History, this information is displayed: Git...
Read more >How to show the history of a Git file - YouTube
Want to show the Git file history of a single file, including who edited the file, which branches it was a part of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I solved this problem. It seems to be related to security things. I read this article and set up ssh with port forwarding as it guided.
https://coder.com/docs/code-server/v3.11.0/guide
Awesome! Glad to hear the guide helped. I’m going to close this now.