Newer
Older
process_podcast / process_podcast.code-workspace
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. }
  6. ],
  7. "settings": {
  8. "python.formatting.provider": "yapf",
  9. "python.formatting.yapfPath": "${env:HOME}/.virtualenvs/process_podcast/bin/yapf",
  10. "python.jediPath": "${env:HOME}/.virtualenvs/process_podcast/lib/python3.7/site-packages",
  11. "python.linting.pylintPath": "${env:HOME}/.virtualenvs/process_podcast/bin/pylint",
  12. "python.pythonPath": "${env:HOME}/.virtualenvs/process_podcast/bin/python",
  13. }
  14. }