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