toolkit/.vscode/c_cpp_properties.json
2025-03-06 13:30:01 +08:00

15 lines
360 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"configurationProvider": "mvector-of-bool.cmake-tools",
"cppStandard": "c++23"
}
],
"version": 4
}