npi-build/.vscode/c_cpp_properties.json

15 lines
329 B
JSON
Raw Normal View History

2024-03-09 12:46:20 +01:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "c++20",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}