Files
VirtualScreenRenderEngine/.vscode/c_cpp_properties.json
2025-09-16 11:23:29 -05:00

12 lines
260 B
JSON

{
"configurations": [
{
"name": "Linux",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"compilerPath": "/usr/bin/cc",
"cStandard": "c99",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}