JohnstonCode / svn-scm

SVN support for VS Code
MIT License
208 stars 84 forks source link

SVN not updating after some edits to project files #1614

Closed cfcoder closed 8 months ago

cfcoder commented 9 months ago

Issue

SVN extension starts up fine and updates, but soon stops updating. It shows the clock icon in the sidebar of VSC next to SVN ext. Changed files fail to be listed. SVN icon shows "clock icon" next to it indicating it is updating status, but it never goes away until I close VSC and reopen. Seems to occur most often when multiple VSC editor windows open on different projects.

Steps to Reproduce

  1. Start VSC editor on project code.
  2. To help ensure it happens (but is not necessary), start two more VSC editor windows on different project code.
  3. After some changes are made in the first editor window, it just stops refreshing/updating the SVN status. I just had it happen today after fresh start of VSC with just one editor open. SVN appeared fine, but after some changes, SVN just shows clock icon. Processor fans rev up and down randomly like it's straining to process something.

SVN Output

Paste here content of "View >> Output >> OUTPUT >> SVN"

Screenshots

cfcoder commented 8 months ago

I have since determined that after I completely uninstalled VSC app and removed the appdata\Code directory that supports it, then reinstalled VSC, the problem appears to have gone away. I experienced the throttling of the CPU to max freq. close to 200% even without SVN extension installed. I don't know what was wrong with the app or the Code directory contents. But all is well again.