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
When invoking the Fix Imports command files are processed, but then left unsaved (still showing a dot). Only to have to save them again. I'm mostly using this with the fixOnSave option enabled. That's why it's bothering me. Meaning I have to save all files twice every time. Not too bothersom, but it adds up and is not that clean in my opinion. Here's an example:
I don't know if this is because it's running the Organize Imports action. Couldn't tell since I haven't looked into the code, but might be something to do with that. I don't know, but feels like the vscode api would expose some method of saving the file. Maybe that's sufficient?
Anyway, hope we can fix this!
Let me know if there's anything else.
The text was updated successfully, but these errors were encountered:
When invoking the
Fix Imports
command files are processed, but then left unsaved (still showing a dot). Only to have to save them again. I'm mostly using this with thefixOnSave
option enabled. That's why it's bothering me. Meaning I have to save all files twice every time. Not too bothersom, but it adds up and is not that clean in my opinion. Here's an example:I don't know if this is because it's running the
Organize Imports
action. Couldn't tell since I haven't looked into the code, but might be something to do with that. I don't know, but feels like thevscode
api would expose some method of saving the file. Maybe that's sufficient?Anyway, hope we can fix this!
Let me know if there's anything else.
The text was updated successfully, but these errors were encountered: