boxscript-interperter-c/.vscode/c_cpp_properties.json

17 lines
412 B
JSON
Raw Normal View History

2022-12-01 03:27:30 +00:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/SDL2"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}