mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 00:46:31 +00:00
🆕 递归枚举pci总线上的设备
This commit is contained in:
66
.vscode/settings.json
vendored
66
.vscode/settings.json
vendored
@ -21,7 +21,71 @@
|
||||
"mouse.h": "c",
|
||||
"keyboard.h": "c",
|
||||
"apic.h": "c",
|
||||
"ps2_keyboard.h": "c"
|
||||
"ps2_keyboard.h": "c",
|
||||
"algorithm": "c",
|
||||
"array": "c",
|
||||
"atomic": "c",
|
||||
"*.tcc": "c",
|
||||
"bitset": "c",
|
||||
"cassert": "c",
|
||||
"cctype": "c",
|
||||
"cerrno": "c",
|
||||
"cfloat": "c",
|
||||
"chrono": "c",
|
||||
"climits": "c",
|
||||
"clocale": "c",
|
||||
"cmath": "c",
|
||||
"codecvt": "c",
|
||||
"condition_variable": "c",
|
||||
"cstdarg": "c",
|
||||
"cstddef": "c",
|
||||
"cstdint": "c",
|
||||
"cstdio": "c",
|
||||
"cstdlib": "c",
|
||||
"cstring": "c",
|
||||
"ctime": "c",
|
||||
"cwchar": "c",
|
||||
"cwctype": "c",
|
||||
"deque": "c",
|
||||
"exception": "c",
|
||||
"forward_list": "c",
|
||||
"functional": "c",
|
||||
"iterator": "c",
|
||||
"list": "c",
|
||||
"map": "c",
|
||||
"memory": "c",
|
||||
"memory_resource": "c",
|
||||
"numeric": "c",
|
||||
"optional": "c",
|
||||
"random": "c",
|
||||
"ratio": "c",
|
||||
"set": "c",
|
||||
"string": "c",
|
||||
"string_view": "c",
|
||||
"system_error": "c",
|
||||
"tuple": "c",
|
||||
"type_traits": "c",
|
||||
"unordered_map": "c",
|
||||
"utility": "c",
|
||||
"vector": "c",
|
||||
"fstream": "c",
|
||||
"initializer_list": "c",
|
||||
"ios": "c",
|
||||
"iosfwd": "c",
|
||||
"istream": "c",
|
||||
"limits": "c",
|
||||
"locale": "c",
|
||||
"mutex": "c",
|
||||
"new": "c",
|
||||
"ostream": "c",
|
||||
"queue": "c",
|
||||
"sstream": "c",
|
||||
"stdexcept": "c",
|
||||
"streambuf": "c",
|
||||
"thread": "c",
|
||||
"cinttypes": "c",
|
||||
"cstdbool": "c",
|
||||
"typeinfo": "c"
|
||||
},
|
||||
"C_Cpp.errorSquiggles": "Enabled"
|
||||
}
|
Reference in New Issue
Block a user