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
I have two unrelated beancount files in the same workspace. When I switch between the two editors, I expect the autocomplete to respect the current file, but instead what happens is that the autocomplete shows for the previously opened file until I click save.
I made and tested a fix by myself that seems to work (in extension.ts):
I have two unrelated beancount files in the same workspace. When I switch between the two editors, I expect the autocomplete to respect the current file, but instead what happens is that the autocomplete shows for the previously opened file until I click save.
I made and tested a fix by myself that seems to work (in
extension.ts
):Please let me know if I am on the right path, then I can just submit a PR. Thank you.
The text was updated successfully, but these errors were encountered: