narf52/.vscode/c_cpp_properties.json

18 lines
460 B
JSON
Raw Normal View History

2020-03-08 06:38:24 +00:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/c++/8",
"/usr/include/x86_64-linux-gnu/c++/8"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}