Rowan-Classes/3rd-Semester-Fall-2022/PDS/Homework04/.vscode/c_cpp_properties.json
2024-02-22 14:26:13 -05:00

18 lines
477 B
JSON
Executable File

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/c++/12"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "ms-vscode.makefile-tools"
}
],
"version": 4
}