feat: wrapper function for bootstraping user program
[lunaix-os.git] / lunaix-os / .vscode / c_cpp_properties.json
index c68b4c707b47f8732525c3186b1c8253c6b996fa..0fdf9959bb64051d315742a6b29720a0728ec772 100644 (file)
@@ -3,7 +3,8 @@
         {
             "name": "OS-DEV",
             "includePath": [
-                "${workspaceFolder}/includes"
+                "${workspaceFolder}/includes",
+                "${workspaceFolder}/usr/includes"
             ],
             "compilerArgs": [
                 "-ffreestanding",