-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
"files.autoSave": "onFocusChange"
causes issues with virtual file systems
#125124
Comments
"files.autoSave": "onFocusChange"
causes issues with virtual file systems
Another instance of this can be reproduced with Git or GitLens, but has a slightly different behavior. Steps:
|
A regression from |
@bpasero With today's insiders (which should have this fix), I'm still seeing the same behavior. |
Ok, I don't see it 🤷 |
With the 2nd insiders release that came out today, I'm not longer seeing it. Not sure why I was before. |
Virtual file system is not available notification when restoring opened editors
Steps:
It seems to only happen we the
"files.autoSave": "onFocusChange"
set, if I remove that it works normally.Here is the call stack of where it happens too:
The text was updated successfully, but these errors were encountered: