getpkg/.vscode/c_cpp_properties.json
Your Name 5275f02ee3
All checks were successful
Build-Test-Publish / build (push) Successful in 51s
'Generic Commit'
2025-06-16 22:39:05 +12:00

17 lines
405 B
JSON

{
"configurations": [
{
"name": "Linux",
"intelliSenseMode": "linux-gcc-x64",
"compilerPath": "/usr/bin/g++",
"cStandard": "c17",
"cppStandard": "c++23",
"includePath": [
"${workspaceFolder}/getpkg/src",
"${workspaceFolder}/getpkg/src/autogen"
]
// ... other settings ...
}
],
"version": 4
}