diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 49b400525cead1a262a154b7ed0fe83d29c3f5e7..52eb58314fa5c7fbb7bb84546f4b18e851530f68 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -3,14 +3,13 @@
         {
             "name": "Linux",
             "includePath": [
-                "${workspaceFolder}/**",
-                "/Users/alberton/Qt/5.15.2/**"
+                "${workspaceFolder}/src/",
+                "~/Qt/5.15.2/**"
             ],
             "defines": [],
-            "compilerPath": "/usr/bin/clang++",
             "cStandard": "gnu17",
             "cppStandard": "gnu++17",
-            "intelliSenseMode": "clang-x64"
+            "intelliSenseMode": "gcc-x64"
         }
     ],
     "version": 4
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 312c8ddb82f06628e520aa9f4f2665b0e69a8267..614e17417bd882dba390244064b21ddb8acbde3b 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -118,9 +118,11 @@
         "editor.defaultFormatter": "redhat.vscode-xml"
     },
     "cSpell.words": [
+        "entrypoints",
         "Mavlink",
         "Plottables",
         "qobject",
+        "qresource",
         "replot"
     ]
 }
\ No newline at end of file