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
Stashes created with command line don't show up in the "Stashes" section #1332
Comments
I'm guessing this is caused by GitLens not being able to watch for repository changes. Typically this is because the repository root is outside the folder/workspace opened in VS Code (there is a VS Code issue tracking this). If you enable output channel logging by setting If so, that explains the view not auto-refreshing. In tomorrow's Insiders edition, I have added watching in more cases to workaround the VS Code issue, and clear indicators if watching is unavailable. Although, I am concerned that the refresh button didn't work (I can't reproduce that even when file watching isn't available). Can you capture the logs for when you press the refresh button? |
In my case the repository root is the same as opened project folder. The project has too many files to track and I get this message from VSCode on startup. I usually don't mind the autoupdate part and refresh Explorer and Source Control manually, but doing the same for GitLens panes doesn't work. Now I remember that new tags created in terminal also don't appear. FYI I'm using Remote SSH connection, so the execution is not local. Here is a screencap of the issue itself: Hope this gives you some hints! |
@foreignmeloman Thanks for the extra information -- it definitely helped. 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. |
@eamodio Thanks for the quick response! Unfortunately I see the same issue in the insiders version 2021.1.1904 :( And here is the log: gitlens_log2.txt |
@foreignmeloman Ah, the issue is that you have the previous insiders build, it needs to be |
It works now, thanks! |
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. |
As the title says. Even after hitting the refresh button of the "Stashes" section, the new stash doesn't appear.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: