sane-vscode-buildenv/.vscode/c_cpp_properties.json
2022-04-03 17:50:02 -07:00

20 lines
No EOL
448 B
JSON

{
"env": {
"defaultIncludePath": [
"${workspaceFolder}/src"
],
},
"configurations": [
{
"name": "Luker",
"includePath": [
"${defaultIncludePath}"
],
"intelliSenseMode": "linux-gcc-x64",
"compilerPath": "/usr/bin/g++",
"cStandard": "gnu17",
"cppStandard": "gnu++14"
}
],
"version": 4
}