From fe9bc1cdbf7c4ea0da92b982c9e9bb0ea118141f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 25 Mar 2024 21:36:55 +0100 Subject: update c_cpp_properties.json --- .vscode/c_cpp_properties.json | 117 +++++++++++++++++++++++------------------- 1 file changed, 65 insertions(+), 52 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index a4d1fea8..9c963904 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -1,53 +1,66 @@ { - "configurations": [ - { - "name": "HCore (Macintosh MinGW)", - "includePath": [ - "${workspaceFolder}/Private/**", - "${workspaceFolder}/Private/NewBoot/**", - "${workspaceFolder}/SDK/Kits/**" - ], - "defines": ["__HCORE__", "__KERNEL__", "Z_PREFIX", "__HAVE_HCORE_APIS__", "__FSKIT_NEWFS__", "kBootKrnlSections"], - "cStandard": "c17", - "cppStandard": "c++20", - "compilerPath": "/opt/homebrew/bin/x86_64-w64-mingw32-gcc", - "intelliSenseMode": "gcc-x64" - }, - { - "name": "HCore (Windows MinGW)", - "includePath": [ - "${workspaceFolder}/Private/**", - "${workspaceFolder}/Private/NewBoot/**", - "${workspaceFolder}/Public/SDK/**" - ], - "defines": ["__HCORE__", "__KERNEL__", "Z_PREFIX", "__HAVE_HCORE_APIS__", "__FSKIT_NEWFS__", "kBootKrnlSections"], - "cStandard": "c17", - "cppStandard": "c++20", - "compilerPath": "C:/cygwin64/bin/x86_64-w64-mingw32-gcc.exe", - "intelliSenseMode": "gcc-x64" - }, - { - "name": "HCore Tools (Mac)", - "includePath": [ - "${workspaceFolder}/Private/Tools/**" - ], - "defines": [], - "cStandard": "c17", - "cppStandard": "c++20", - "compilerPath": "/usr/bin/gcc", - "intelliSenseMode": "macos-gcc-arm64" - }, - { - "name": "HCore Tools (Windows MinGW)", - "includePath": [ - "${workspaceFolder}/Private/Tools/**" - ], - "defines": [], - "cStandard": "c17", - "cppStandard": "c++20", - "compilerPath": "C:/cygwin64/bin/x86_64-w64-mingw32-gcc.exe", - "intelliSenseMode": "windows-gcc-x64" - } - ], - "version": 4 -} + "configurations": [ + { + "name": "HCore (Macintosh MinGW)", + "includePath": [ + "${workspaceFolder}/Private/**", + "${workspaceFolder}/Private/NewBoot/**", + "${workspaceFolder}/SDK/Kits/**" + ], + "defines": [ + "__HCORE__", + "__KERNEL__", + "Z_PREFIX", + "__HAVE_HCORE_APIS__", + "__FSKIT_NEWFS__", + "kBootKrnlSections" + ], + "cStandard": "c17", + "cppStandard": "c++20", + "compilerPath": "/opt/homebrew/bin/x86_64-w64-mingw32-gcc", + "intelliSenseMode": "gcc-x64" + }, + { + "name": "HCore (Windows MinGW)", + "includePath": [ + "${workspaceFolder}/Private/**", + "${workspaceFolder}/Private/NewBoot/**", + "${workspaceFolder}/Public/SDK/**" + ], + "defines": [ + "__HCORE__", + "__KERNEL__", + "Z_PREFIX", + "__HAVE_HCORE_APIS__", + "__FSKIT_NEWFS__", + "kBootKrnlSections" + ], + "cStandard": "c17", + "cppStandard": "c++20", + "intelliSenseMode": "gcc-x64" + }, + { + "name": "HCore Tools (Mac)", + "includePath": [ + "${workspaceFolder}/Private/Tools/**" + ], + "defines": [], + "cStandard": "c17", + "cppStandard": "c++20", + "compilerPath": "/usr/bin/gcc", + "intelliSenseMode": "macos-gcc-arm64" + }, + { + "name": "HCore Tools (Windows MinGW)", + "includePath": [ + "${workspaceFolder}/Private/Tools/**" + ], + "defines": [], + "cStandard": "c17", + "cppStandard": "c++20", + "compilerPath": "C:/cygwin64/bin/x86_64-w64-mingw32-gcc.exe", + "intelliSenseMode": "windows-gcc-x64" + } + ], + "version": 4 +} \ No newline at end of file -- cgit v1.2.3