From 0f2e92d7b2675bac18693d84765f57cb7183a7ef Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Thu, 27 Feb 2020 15:59:39 +0100
Subject: [PATCH] Correct Python 3.7 env for VSCode.

---
 .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 0000000..5ab6822
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+    "python.pythonPath": "/usr/bin/python3.7"
+}
\ No newline at end of file
-- 
GitLab