view .vscode/settings.json @ 15:72ebd60d640e

containerization updates
author drewp@bigasterisk.com
date Sun, 13 Sep 2020 14:35:37 -0700
parents
children 87ab41b8ed52
line wrap: on
line source

{
  "python.linting.pylintEnabled": false,
  "python.linting.flake8Enabled": true,
  "python.linting.enabled": true,
  "python.pythonPath": "/home/drewp/.venvs/gcalendarwatch/bin/python",
  "python.formatting.provider": "yapf",
  "files.watcherExclude": {
    "_darcs_old/**": true
  }
}