mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
27 lines
831 B
JSON
27 lines
831 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/src/include",
|
|
"${workspaceFolder}/contrib",
|
|
"${workspaceFolder}/contrib/examples/example_app",
|
|
"${workspaceFolder}/contrib/ports/unix/port/include",
|
|
"${workspaceFolder}/contrib/ports/unix/example_app"
|
|
],
|
|
"defines": [],
|
|
"intelliSenseMode": "clang-x64",
|
|
"browse": {
|
|
"path": [
|
|
""
|
|
],
|
|
"limitSymbolsToIncludedHeaders": true,
|
|
"databaseFilename": ""
|
|
},
|
|
"compilerPath": "/usr/bin/clang",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |