From 988ee8c58c99dfc5a2f9bb1e9f6fad4ef30e674b Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Mon, 25 Jan 2021 21:34:35 +0100
Subject: [PATCH] VSCode settings. engine#72

---
 .vscode/launch.json   | 43 -------------------------------------------
 .vscode/settings.json |  3 +--
 2 files changed, 1 insertion(+), 45 deletions(-)
 delete mode 100644 .vscode/launch.json

diff --git a/.vscode/launch.json b/.vscode/launch.json
deleted file mode 100644
index f2d7787..0000000
--- a/.vscode/launch.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
-    // Use IntelliSense to learn about possible attributes.
-    // Hover to view descriptions of existing attributes.
-    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
-    "version": "0.2.0",
-    "configurations": [
-        {
-            "name": "Start Aura Engine",
-            "type": "python",
-            "request": "launch",
-            "program": "${workspaceFolder}/run.py",
-            "console": "integratedTerminal"
-        },
-        {
-            "name": "Start Engine Core Only",
-            "type": "python",
-            "request": "launch",
-            "program": "${workspaceFolder}/run.py",
-            "args": [
-                "--without-lqs"
-            ],
-            "console": "integratedTerminal"
-        },
-        {
-            "name": "Start Engine LQS Only",
-            "type": "python",
-            "request": "launch",
-            "program": "${workspaceFolder}/run.py",
-            "args": [
-                "--lqs-only"
-            ],
-            "console": "integratedTerminal"
-        },
-        {
-            "name": "Aura Engine - Recreate Database",
-            "type": "python",
-            "request": "launch",
-            "program": "${workspaceFolder}/run.py",
-            "args": ["--recreate-database"],
-            "console": "integratedTerminal"
-        }
-    ]
-}
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
index c089ffd..1e438a0 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,7 +1,6 @@
 {
     "search.exclude": {
         "**/.git": true,
-        "**/tmp": true,
-        "python/**": true
+        "**/tmp": true
     }   
 }
\ No newline at end of file
-- 
GitLab