From 2088e1b7aa6419dec58800bc1d0cb24f5808affe Mon Sep 17 00:00:00 2001
From: Ferenc Szontágh <szf@fsociety.hu>
Date: Sat, 03 Feb 2024 21:19:43 +0000
Subject: [PATCH] added queue handler against simple start

---
 .vscode/settings.json |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
index a547b9b..b240519 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -100,5 +100,16 @@
         "regex": "cpp",
         "typeindex": "cpp",
         "valarray": "cpp"
+    },
+    "debug.terminal.clearBeforeReusing": true,
+    "C_Cpp.loggingLevel": "Information",
+    "remote.WSL.debug": true,
+    "cmake.configureOnOpen": false,
+    "cmake.debugConfig": {
+        "stopAtEntry": false,
+        "console": "newExternalWindow",
+        "logging": {
+            "trace": true
+        }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3