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 7536e26..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_IA32",
-                "-D__LUNAIXOS_DEBUG__",
-                "-include flags.h"
-            ],
-            "defines": [],
-            "compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",
-            "cStandard": "gnu99",
-            "intelliSenseMode": "gcc-x86"
-        }
-    ],
-    "version": 4
-}
\ No newline at end of file