Files
getpkg/.vscode/c_cpp_properties.json
2025-06-22 14:19:43 +12:00

17 lines
423 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",
"${workspaceFolder}/getpkg/src/common"
]
}
],
"version": 4
}