-
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
VSCode hang with GitLens enable when changing files externally #215
Comments
@maroy1986 Could you possibly turn on logging by setting FYI, so far I am unable to reproduce any issue here -- I don't seem to trigger any event that causes GitLens to do any work. |
@maroy1986 also can you post your |
Awesome thank you! |
Comment moved to #216 |
@meCoding can you please enter a new issue? Since it is pretty unrelated to this one. Also please provide all the issue template details, as well as what version of the Powershell extension, and also please attach logging to show the issue. I'm using the latest Powershell extension and I haven't been able to reproduce what you are seeing. Thanks! |
@maroy1986 Can you detail a bit more into what files are you moving around? I've tried a bunch of cases and I can't get anything to trigger the behavior you are reporting. 😞 |
@maroy1986 I just saw this issue posted to the vscode repo: microsoft/vscode#39266. Do you have any of the files open in the editor when you are changing them externally? Do you think this could be related? If you have no editors open and perform the same task, do you see any freeze? |
@eamodio Maybe that's it! But the issue goes away when I remove or disable GitLens... Maybe that's a few things put together that cause the issue I'm having. It does it a few times again this morning and hasn't been able to really catch something in the output... Random issues like these are the worst... For the what file I'm moving question, I basically have some gulp tasks, and I'm in a monorepo. So I have a project A that is used as a dependency in project B. So to avoid having to do |
@eamodio Ok, I disabled your extension this afternoon to validate again if your extension was really the cause and guess what, I had the hang error anyway. So that's not your extension, after all, This is weird that last time I disabled it I didn't have any problem but hey, blame on the random issue... Thanks anyway for your support, really appreciated! |
I guess I'm happy about that ;) I'd recommend opening an issue with vscode, and if you do can you post a link to it here? |
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. |
Since VSCode has released x64 version of VSCode, Git Lens make my VSCode hang. Disabling Git Lens make that behavior go away. I have a gulp task that copy files around (mostly in the node_modules folder) when I make code changes while running in watch mode, and this makes VSCode hang when Git Lens is enabled. This is weird because my node_modules folder isn't tracked in my Git, so I don't understand why it makes GitLens go crazy.
I can try to provide you with more debug info if you need them.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: