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
VSCode Extension sends the content of file from std-in, and because of this, autopep8's exclude regex doesn't work. Is it possible to add a std-in-filename option like black-formatter to fix this annoyance? Without this, autopep8 and vscode's auto format don't work together well.
The text was updated successfully, but these errors were encountered:
The issue is explained here: microsoft/vscode-autopep8#141
VSCode Extension sends the content of file from std-in, and because of this, autopep8's exclude regex doesn't work. Is it possible to add a std-in-filename option like black-formatter to fix this annoyance? Without this, autopep8 and vscode's auto format don't work together well.
The text was updated successfully, but these errors were encountered: