Older/.vscode/c_cpp_properties.json
amass 836c8e0c44
Some checks failed
Deploy / Build (push) Failing after 21s
add nng code.
2025-05-11 15:17:48 +08:00

18 lines
503 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/3rdparty/sqlite-amalgamation-3490100",
"/opt/Libraries/boost_1_88_0/include"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}