engineer-thesis-WUT/.vscode/c_cpp_properties.json

18 lines
520 B
JSON
Raw Normal View History

2022-08-25 17:17:53 +02:00
{
2022-08-28 19:20:00 +02:00
"configurations": [
{
"name": "linux-gcc-x64",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/dependencies/include"
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "linux-gcc-x64",
2022-08-30 20:02:22 +02:00
"compilerArgs": [],
"configurationProvider": "ms-vscode.makefile-tools"
2022-08-28 19:20:00 +02:00
}
],
"version": 4
2022-08-25 17:17:53 +02:00
}