0

Can anyone share their VSCode autopep8 settings.json? Every month or so I get "there is no formatter installed for 'python' files installed" Preferably for WSL2 and a conda environment!

My settings are as follows:

{
    "python.formatting.provider": "none",

    "[python]": {
        "editor.defaultFormatter": "ms-python.autopep8"
    }

}

Following: https://github.com/microsoft/vscode-autopep8

John Stud
  • 1,506
  • 23
  • 46

0 Answers0