mirror of
https://gitee.com/moluo-tech/AT-Command
synced 2025-06-18 08:27:51 +00:00
24 lines
637 B
JSON
24 lines
637 B
JSON
![]() |
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/../**",
|
||
|
"${workspaceFolder}/../../**"
|
||
|
],
|
||
|
"defines": [],
|
||
|
"intelliSenseMode": "gcc-x64",
|
||
|
"browse": {
|
||
|
"path": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"limitSymbolsToIncludedHeaders": true,
|
||
|
"databaseFilename": ""
|
||
|
},
|
||
|
"compilerPath": "/usr/bin/gcc",
|
||
|
"cStandard": "c11",
|
||
|
"cppStandard": "c++17"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|