mybox/.vscode/c_cpp_properties.json
2022-07-02 17:30:47 -07:00

21 lines
No EOL
480 B
JSON

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