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

17 lines
438 B
JSON
Executable File

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