You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: