diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9eeb417 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "python.formatting.provider": "yapf", + "python.formatting.yapfPath": "${env:HOME}/.virtualenvs/process_podcast/bin/yapf", + "python.jediPath": "${env:HOME}/.virtualenvs/process_podcast/lib/python3.7/site-packages", + "python.linting.pylintPath": "${env:HOME}/.virtualenvs/process_podcast/bin/pylint", + "python.pythonPath": "${env:HOME}/.virtualenvs/process_podcast/bin/python", +}