프로그래밍

[VScode 오류]파이썬 자동 줄정렬 안됨(There is no formatter for 'python' files installed.) 본문

오류

[VScode 오류]파이썬 자동 줄정렬 안됨(There is no formatter for 'python' files installed.)

시케 2023. 12. 7. 16:37
728x90
반응형

2023.12.07.목

 

오류 메세지

There is no formatter for 'python' files installed.

 

"autopep8" 혹은 "Black Formatter" 등의 파이썬 formater 확장이 설치되어 있음에도 불구하고

줄정렬 시도시(Ctrl + Shitt + F) formatter가 없다고 나오는 오류이다

 

해결

파이썬 확장 버전을 변경한다

v2023.20.0 에서 오류가 나서 v2023.18.0 버전으로 변경하였다

현재 v2023.20.0 버전에 오류가 있는 듯하다

 

이외에 다른 확장이나 설치 등 변경 한것이 없다

 

 

해당 이슈 참고

https://github.com/microsoft/vscode-python/issues/22412

 

python There is no formatter for 'python' files installed. · Issue #22412 · microsoft/vscode-python

The latest vscode causes python's formatting buttons to disappear, even though I have all the relevant python plugins and autopep8 installed!

github.com

 

728x90
반응형
Comments