Files
simple-object-server/.vscode/c_cpp_properties.json
Your Name 4259f6d960
All checks were successful
Build-Test-Publish / Build (push) Successful in 1m22s
:-'Generic Commit'
2025-05-31 00:14:09 +12:00

17 lines
434 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/source/build/src/autogen"
],
"defines": [],
"compilerPath": "/usr/bin/g++",
"cStandard": "c23",
"cppStandard": "c++23",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}