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
Describe the bug
When I save a file, the file remains unsaved in the VS Code UI.
To Reproduce
Click Ctrl-S on a file.
Expound
I can't tell whether this is a bug with this extension, the Format Code Action extension, the Prettier extension, or VS Code itself. From what I can tell, because of the settings of the Format Code Extension, Prettier formats the file, ESLint fixes anything, then this extension runs. If I remove this extension from the codeActionsOnSave list (see settings below), then I have no issue, but my imports are not formatted correctly. Furthermore, if I remove everything except this extension from the list, I still have the issue. Thus I believe the issue lies with some change in VS Code that has caused this extension to no longer perform correctly and this extension needs to be updated.
OS (please complete the following information):
OS: Windows
Version: 11
VS Code (please complete the following information):
Version: 1.95 and on. This did not happen in 1.94 and below
Describe the bug
When I save a file, the file remains unsaved in the VS Code UI.
To Reproduce
Click Ctrl-S on a file.
Expound
I can't tell whether this is a bug with this extension, the Format Code Action extension, the Prettier extension, or VS Code itself. From what I can tell, because of the settings of the Format Code Extension, Prettier formats the file, ESLint fixes anything, then this extension runs. If I remove this extension from the
codeActionsOnSave
list (see settings below), then I have no issue, but my imports are not formatted correctly. Furthermore, if I remove everything except this extension from the list, I still have the issue. Thus I believe the issue lies with some change in VS Code that has caused this extension to no longer perform correctly and this extension needs to be updated.OS (please complete the following information):
VS Code (please complete the following information):
VS Code Settings
.prettierrc/.prettierrc.js/prettier.config.js/.prettierrc.toml (if any)
filename: .prettierrc
Installed VS Code extensions
The text was updated successfully, but these errors were encountered: