Code-base clean-up and refactoring (#47)
[lunaix-os.git] / lunaix-os / .vscode / c_cpp_properties.json
diff --git a/lunaix-os/.vscode/c_cpp_properties.json b/lunaix-os/.vscode/c_cpp_properties.json
deleted file mode 100644 (file)
index a0c612f..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-{
-    "configurations": [
-        {
-            "name": "OS-DEV",
-            "includePath": [
-                "${workspaceFolder}/includes",
-                "${workspaceFolder}/includes/usr",
-                "${workspaceFolder}/usr/includes",
-                "${workspaceFolder}/arch/i386/includes",
-            ],
-            "compilerArgs": [
-                "-ffreestanding",
-                "-D__ARCH__=i386",
-                "-D__LUNAIXOS_DEBUG__",
-                "-include .builder/configs.h"
-            ],
-            "defines": [],
-            "compilerPath": "${HOME}/opt/i686-gcc-12/bin/i686-elf-gcc",
-            "cStandard": "gnu99",
-            "intelliSenseMode": "gcc-x86"
-        }
-    ],
-    "version": 4
-}
\ No newline at end of file