Skip to content
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

Blackbox extension causing constant status checks #173

Closed
incidentist opened this issue Dec 14, 2021 · 1 comment
Closed

Blackbox extension causing constant status checks #173

incidentist opened this issue Dec 14, 2021 · 1 comment
Assignees

Comments

@incidentist
Copy link
Collaborator

incidentist commented Dec 14, 2021

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 incidentist self-assigned this Dec 14, 2021
incidentist added a commit to incidentist/vscode-hg that referenced this issue Jan 3, 2022
It seems that python now writes temporary files ending in ~. Ignore these files when determining if a filesystem change is relevant.
incidentist added a commit that referenced this issue Jan 3, 2022
It seems that python now writes temporary files ending in ~. Ignore these files when determining if a filesystem change is relevant.
@incidentist
Copy link
Collaborator Author

This fix will ship in 1.8.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant