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

When the branch info file is edited, resync the BranchInfoManager #20

Open
maxyu1115 opened this issue Mar 23, 2023 · 0 comments
Open
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@maxyu1115
Copy link
Owner

Currently the BranchInfoManager caches the branchInfo file in memory to prevent unnecessary repeated io. However, currently, when users manually change the branchInfo file, the change is not synchronized to the BranchInfoManager.

This can be fixed by adding a detection for the branchInfo file in the onDidSaveTextDocument handler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants