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
Load a python script in VSCode.
Ensure auto save is toggled on.
Make a change to the script where the formatting is such that Black would correct.
Observe file content gets autosaved but the Black formatting is not applied.
Save with Ctrl-S
Observe that the formatting is applied.
Expected behavior
I would expect that when the file gets autosaved, the Black formatting would be applied.
Black's version: 2024.2.0
OS and Python version: Win 11 Enterprise 22H2 22621.4169
The text was updated successfully, but these errors were encountered:
Do also note that https://github.com/psf/black does not maintain a VSCode plugin, so if there were an issue this isn't the right repository to report it in
Describe the bug
To Reproduce
Load a python script in VSCode.
Ensure auto save is toggled on.
Make a change to the script where the formatting is such that Black would correct.
Observe file content gets autosaved but the Black formatting is not applied.
Save with Ctrl-S
Observe that the formatting is applied.
Expected behavior
I would expect that when the file gets autosaved, the Black formatting would be applied.
The text was updated successfully, but these errors were encountered: