c_cpp_properties.json
1 { 2 "configurations": [ 3 { 4 "name": "Linux", 5 "includePath": [ 6 "${workspaceFolder}/**", 7 "${workspaceFolder}/include/", 8 "${workspaceFolder}/libft", 9 "${workspaceFolder}/.cache/obj/tests/cunit/include" 10 ], 11 "defines": [], 12 "compilerPath": "/usr/bin/clang", 13 "cStandard": "c17", 14 "cppStandard": "c++17", 15 "intelliSenseMode": "linux-clang-x64" 16 } 17 ], 18 "version": 4 19 }