1
0
Fork 0
VideoPlayer/.vscode/c_cpp_properties.json
2023-12-05 15:13:13 +00:00

12 lines
291 B
JSON

{
"configurations": [
{
"name": "Linux",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"intelliSenseMode": "gcc-x64",
"cStandard": "c11",
"cppStandard": "c++17"
}
],
"version": 4
}