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