diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-25 21:36:55 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-25 21:36:55 +0100 |
| commit | fe9bc1cdbf7c4ea0da92b982c9e9bb0ea118141f (patch) | |
| tree | 1602bca76b7d73cf193f6da8e97f4f837f1a4dcf | |
| parent | 3b3b36dcc6542e203475fe1d50ed89799e3f3fc6 (diff) | |
update c_cpp_properties.json
| -rw-r--r-- | .vscode/c_cpp_properties.json | 117 |
1 files 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 |
