diff .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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.vscode/settings.json	Sun Sep 13 14:35:37 2020 -0700
@@ -0,0 +1,10 @@
+{
+  "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
+  }
+}