From dfd14e13f413702d5e65dbed67bd25077a8763df Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Sat, 14 Mar 2020 21:35:06 +0100 Subject: [PATCH] . --- .vscode/launch.json | 1 + .vscode/settings.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index afd9483..71dd38e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,7 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { diff --git a/.vscode/settings.json b/.vscode/settings.json index 9bc25a6..6361a54 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "python.pythonPath": "C:\\Program Files (x86)\\Python37-32\\python.exe", + "python.pythonPath": "C:\\Users\\jonas\\AppData\\Local\\Programs\\Python\\Python38\\python.exe", "python.linting.pylintEnabled": true, "python.linting.enabled": true } \ No newline at end of file -- GitLab