mirror of
https://gitlab.com/prpl-foundation/prplmesh/prplMesh.git
synced 2025-12-20 01:21:22 +08:00
145 lines
3.5 KiB
JSON
145 lines
3.5 KiB
JSON
{
|
|
"C_Cpp.default.cppStandard": "c++11",
|
|
"C_Cpp.default.intelliSenseMode": "gcc-x64",
|
|
"files.associations": {
|
|
"iosfwd": "cpp",
|
|
"array": "cpp",
|
|
"atomic": "cpp",
|
|
"*.tcc": "cpp",
|
|
"bitset": "cpp",
|
|
"cctype": "cpp",
|
|
"chrono": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"codecvt": "cpp",
|
|
"condition_variable": "cpp",
|
|
"csignal": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstddef": "cpp",
|
|
"cstdint": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"ctime": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"deque": "cpp",
|
|
"list": "cpp",
|
|
"unordered_map": "cpp",
|
|
"unordered_set": "cpp",
|
|
"vector": "cpp",
|
|
"exception": "cpp",
|
|
"algorithm": "cpp",
|
|
"functional": "cpp",
|
|
"iterator": "cpp",
|
|
"map": "cpp",
|
|
"memory": "cpp",
|
|
"memory_resource": "cpp",
|
|
"optional": "cpp",
|
|
"ratio": "cpp",
|
|
"set": "cpp",
|
|
"string": "cpp",
|
|
"string_view": "cpp",
|
|
"system_error": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"utility": "cpp",
|
|
"fstream": "cpp",
|
|
"initializer_list": "cpp",
|
|
"iomanip": "cpp",
|
|
"iostream": "cpp",
|
|
"istream": "cpp",
|
|
"limits": "cpp",
|
|
"mutex": "cpp",
|
|
"new": "cpp",
|
|
"ostream": "cpp",
|
|
"sstream": "cpp",
|
|
"stdexcept": "cpp",
|
|
"streambuf": "cpp",
|
|
"thread": "cpp",
|
|
"cinttypes": "cpp",
|
|
"typeinfo": "cpp",
|
|
"future": "cpp",
|
|
"numeric": "cpp",
|
|
"random": "cpp",
|
|
"bit": "cpp"
|
|
},
|
|
"files.exclude": {
|
|
"build": true
|
|
},
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"editor.formatOnSave": true,
|
|
"C_Cpp.default.defines": [
|
|
"BEEROCKS_LINUX",
|
|
"BEEROCKS_CONF_PATH=\"build/install/config\"",
|
|
"BEEROCKS_BIN_PATH=\"build/install/bin\"",
|
|
"BEEROCKS_VERSION=\"\"",
|
|
"BEEROCKS_REVISION=\"\"",
|
|
"BEEROCKS_BUILD_DATE=\"\""
|
|
],
|
|
"C_Cpp.default.includePath": [
|
|
"/usr/include",
|
|
"/usr/include/libnl3",
|
|
"${workspaceFolder}/agent/**",
|
|
"${workspaceFolder}/common/**",
|
|
"${workspaceFolder}/framework/**",
|
|
"${workspaceFolder}/controller/**",
|
|
"${workspaceFolder}/build/googletest-src/googletest/include",
|
|
"${workspaceFolder}/build/googletest-src/googlemock/include"
|
|
],
|
|
"python.linting.flake8Enabled": true,
|
|
"cSpell.words": [
|
|
"alid",
|
|
"ambiorix",
|
|
"amxb",
|
|
"anqp",
|
|
"APMANAGER",
|
|
"backhaul",
|
|
"bssid",
|
|
"CMAKE",
|
|
"cmdu",
|
|
"deauth",
|
|
"dnsmasq",
|
|
"dotq",
|
|
"DSCP",
|
|
"dwpal",
|
|
"ETSI",
|
|
"fronthaul",
|
|
"fsms",
|
|
"hostapd",
|
|
"Inact",
|
|
"kibibytes",
|
|
"mapf",
|
|
"MIMO",
|
|
"multiap",
|
|
"NBAPI",
|
|
"netdevs",
|
|
"onboards",
|
|
"prplmesh",
|
|
"prplwrt",
|
|
"pvid",
|
|
"rcpi",
|
|
"rdkb",
|
|
"reassoc",
|
|
"reconf",
|
|
"rsni",
|
|
"rssi",
|
|
"spdx",
|
|
"ssid",
|
|
"ssids",
|
|
"stoi",
|
|
"stoul",
|
|
"tdls",
|
|
"ubus",
|
|
"udhcpc",
|
|
"unassoc",
|
|
"vaps",
|
|
"vids",
|
|
"wifi",
|
|
"zwdfs"
|
|
],
|
|
"git.alwaysSignOff": true,
|
|
"python.pythonPath": "/usr/bin/python3"
|
|
}
|