STEINGEN/.vscode/c_cpp_properties.json

16 lines
375 B
JSON
Raw Normal View History

2024-11-25 12:10:39 +01:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/include"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}