This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/.vscode/c_cpp_properties.json

23 lines
604 B
JSON
Raw Normal View History

2021-10-03 02:28:37 +00:00
{
"configurations": [
{
2021-11-12 08:44:13 +00:00
"name": "MinGW",
"intelliSenseMode": "clang-x64",
"compilerPath": "C:/Program Files/LLVM/bin/gcc.exe",
2021-10-03 02:28:37 +00:00
"includePath": [
2021-11-12 08:44:13 +00:00
"${workspaceFolder}"
2021-10-03 02:28:37 +00:00
],
2021-11-12 08:44:13 +00:00
"defines": [],
"browse": {
"path": [
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
},
"cStandard": "c11",
"cppStandard": "c++17"
2021-10-03 02:28:37 +00:00
}
],
"version": 4
}