From 02f4ec559737bf8722f0a68a9436e3a6e636da0b Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Thu, 15 Oct 2020 23:57:09 -0700 Subject: [PATCH] vscode python --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..c7cadb4d6c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": ".venv/bin/python" +} \ No newline at end of file