-
Notifications
You must be signed in to change notification settings - Fork 37
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
Sometimes cannot save files #37
Comments
I wonder if the issue is related to setting the dirty flag (eg. from rust-analyzer add imports, auto-format) in one block vs. another. |
I think one band-aid fix would be to force CMD/CTRL+S to save to disk regardless. Do you have any tips on how to repro either the save bug or the "can't type in editor bug"? |
|
When you couldn't type into the active editor, was that because you were in a subset view? If so, the bug makes some amount of sense and I have an idea for the fix. |
I don't remember if that's the case. Personally as a developer I think it's "wiser" to put logging into programs and gather data about what's happening, rather than fixing based off hypotheses, though I wouldn't say I universally follow my own advice. |
This should be fixed in 0.19.4! I added editor actions into the main toolbar and "compare changes" should not be broken anymore. |
Does this issue occur when all extensions are disabled?: idk, can't load partial block editors without extensions?
VS Code Version: 1.90.0
Chromium: 122.0.6261.156
OS: {3 } (Arch Linux)
Steps to Reproduce:
I'm not sure what triggers this, but sometimes the file will not save and the x in the title bar will remain a circle. The last time this happened, the red squigglies from rust-analyzer will disappear and reappear (in positions desynced from the current document's textual state), but I could not save the file (and make the titlebar x reappear) until I returned to the top-level file. I don't know if the file was being saved to disk or not.
One time I got Haystack into a state where I couldn't type into the active editor. It was not from Ctrl+M "tab moves focus". I'm not sure how that happened.
The text was updated successfully, but these errors were encountered: