X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2a49908006b177c4d6354309333d06b1b96e4887..34f6af4f61e0eec9c96113e07f140b609b4113c8:/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 index f91b050..0000000 --- a/lunaix-os/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "configurations": [ - { - "name": "OS-DEV", - "includePath": [ - "${workspaceFolder}/includes", - "${workspaceFolder}/includes/usr", - "${workspaceFolder}/usr/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