0
I added the extension to the file Settings.json, but when compiling it does not show the errors in the default it should, how can I add PEP8 and test in vscode?
0
I added the extension to the file Settings.json, but when compiling it does not show the errors in the default it should, how can I add PEP8 and test in vscode?
1
Go to the extension settings and search by config python.formatting.provider
then set the value to autopep8
, see below:
See on documentation of Visual Studio Code.
Browser other questions tagged python json visual-studio-code pep8
You are not signed in. Login or sign up in order to post.
Go to the extension settings in
python.formatting.provider
set toautopep8
.– gato