From 5f48f38888c1e73ee8c208e936913f070986978b Mon Sep 17 00:00:00 2001
From: swittl <simon.wittl@th-deg.de>
Date: Tue, 18 Jun 2024 10:37:46 +0200
Subject: [PATCH] test

---
 .vscode/settings.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 .vscode/settings.json

diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..716d332
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,12 @@
+{
+    "python.autoComplete.extraPaths": [
+        "/mnt/c/dev/rq_workflow/install/rq_ddetection/lib/python3.10/site-packages",
+        "/opt/ros/humble/lib/python3.10/site-packages",
+        "/opt/ros/humble/local/lib/python3.10/dist-packages"
+    ],
+    "python.analysis.extraPaths": [
+        "/mnt/c/dev/rq_workflow/install/rq_ddetection/lib/python3.10/site-packages",
+        "/opt/ros/humble/lib/python3.10/site-packages",
+        "/opt/ros/humble/local/lib/python3.10/dist-packages"
+    ]
+}
\ No newline at end of file
-- 
GitLab