diff --git a/.vscode/launch.json b/.vscode/launch.json
index afd9483b70c2a748e4a73b06f24fe7c65461c756..71dd38e49eb215c27cd2e94e1222886d967f3c3b 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 9bc25a6a3242dc512026492f1dfb93833a0f5bb5..6361a54fd46b9afea30fd07f8ab88af2eabda344 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