microsoft / vscode-autopep8

Formatting support for python using autopep8.
https://marketplace.visualstudio.com/items?itemName=ms-python.autopep8
MIT License
20 stars 13 forks source link

Running 'autopep8' Formatter running forever #178

Closed cezarmezzalira closed 1 year ago

cezarmezzalira commented 1 year ago

Today I stated a single project with Python 3.12.0 and when I save a file, a message saying: "Running 'autopep8' Formatter".

The only way to end the process is by kill it through terminal.

Version: 1.83.1 Commit: f1b07bd25dfad64b0167beb15359ae573aecd2cc Date: 2023-10-10T23:45:31.402Z Electron: 25.8.4 ElectronBuildId: 24154031 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Linux x64 6.2.0-34-generic

Extension autopep8 version: v2023.6.0

image


karthiknadig commented 1 year ago

@cezarmezzalira Please try the pre-release version of the extension. It is updated to work with 3.12. Give it a try and let us know.

cezarmezzalira commented 1 year ago

@karthiknadig works fine with pre-release version.

When the fixes will be released?

Thanks!

karthiknadig commented 1 year ago

@cezarmezzalira This will likely be published to stable next week.

cezarmezzalira commented 1 year ago

Ok, thanks for your help!