svn-scm icon indicating copy to clipboard operation
svn-scm copied to clipboard

SVN desynchronization

Open TabarBaptiste opened this issue 8 months ago • 1 comments
trafficstars

  • VSCode Version: 1.94.2
  • OS Version: Windows 10 Entreprise 22H2
  • Extension Version: 2.17.0
  • System Language: PHP, Js
  • SVN Version: 1.10.0.28176

Issue

SVN frequently loses synchronization with VS Code. After executing "Restart Extensions", the SVN extension disconnects, despite the correct path being set in settings.json (svn.path: "C:\Program Files (x86)\Subversion\bin\svn.exe"). The only way to restore functionality is to reload VS Code entirely, which disrupts the workflow.

Steps to Reproduce

  1. Open a project with SVN in VS Code.
  2. Ensure the correct SVN path is set in settings.json.
  3. Restart the extensions using "Developer: Restart Extension Host".
  4. Observe that SVN loses synchronization and is no longer detected.

Screenshots

Image

TabarBaptiste avatar Mar 05 '25 15:03 TabarBaptiste