TSOS/.vscode/c_cpp_properties.json

18 lines
487 B
JSON
Raw Normal View History

2022-11-17 21:19:36 +01:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/include/"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17",
"cppStandard": "gnu++17",
2022-11-19 18:20:25 +01:00
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "ms-vscode.makefile-tools"
2022-11-17 21:19:36 +01:00
}
],
"version": 4
}