mrcrowl / vscode-hg

Integrated Mercurial source control for Visual Studio Code
MIT License
71 stars 37 forks source link

Blackbox extension causing constant status checks #173

Closed incidentist closed 2 years ago

incidentist commented 2 years ago

Related to #14 , it seems like the blackbox extension has changed such that it is once again causing constant status updates. It writes to temp files with names like /Users/incidentist/Code/temp/testrepo/.hg/.blackbox.log-21j24zy72~ basically the same as in the original bug but now they end in ~ so it is not caught by the \w+ at the end of the regex.

incidentist commented 2 years ago

This fix will ship in 1.8.0.