78 lines
2.1 KiB
JSON
78 lines
2.1 KiB
JSON
{
|
|
"files.associations": {
|
|
"hrtimer.h": "c",
|
|
"ktime.h": "c",
|
|
"typeinfo": "c",
|
|
"signal.h": "c",
|
|
"module.h": "c",
|
|
"watch_module.h": "c",
|
|
"kernel.h": "c",
|
|
"device.h": "c",
|
|
"mm.h": "c",
|
|
"fs.h": "c",
|
|
"sched.h": "c",
|
|
"monitor_user.h": "c",
|
|
"libunwind.h": "c",
|
|
"libunwind-x86_64.h": "c",
|
|
"libdwfl.h": "c",
|
|
"libunwind-ptrace.h": "c",
|
|
"unwind.h": "c",
|
|
"*.tcc": "cpp",
|
|
"fstream": "cpp",
|
|
"array": "cpp",
|
|
"deque": "cpp",
|
|
"string": "cpp",
|
|
"unordered_map": "cpp",
|
|
"vector": "cpp",
|
|
"string_view": "cpp",
|
|
"initializer_list": "cpp",
|
|
"atomic": "cpp",
|
|
"cctype": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstddef": "cpp",
|
|
"cstdint": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"exception": "cpp",
|
|
"algorithm": "cpp",
|
|
"functional": "cpp",
|
|
"iterator": "cpp",
|
|
"map": "cpp",
|
|
"memory": "cpp",
|
|
"memory_resource": "cpp",
|
|
"numeric": "cpp",
|
|
"optional": "cpp",
|
|
"random": "cpp",
|
|
"set": "cpp",
|
|
"system_error": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"utility": "cpp",
|
|
"iosfwd": "cpp",
|
|
"istream": "cpp",
|
|
"limits": "cpp",
|
|
"new": "cpp",
|
|
"ostream": "cpp",
|
|
"sstream": "cpp",
|
|
"stdexcept": "cpp",
|
|
"streambuf": "cpp",
|
|
"cinttypes": "cpp",
|
|
"kprobes.h": "c"
|
|
},
|
|
"clangd.arguments": [
|
|
"--compile-commands-dir=${workspaceFolder}/linux-5.17.15",
|
|
"--background-index",
|
|
"--completion-style=detailed",
|
|
"--header-insertion=never",
|
|
"-log=info"
|
|
],
|
|
"C_Cpp.clang_format_fallbackStyle": "LLVM",
|
|
// "C_Cpp.autocomplete": "disabled",
|
|
// "C_Cpp.codeFolding": "disabled",
|
|
// "C_Cpp.configurationWarnings": "disabled",
|
|
// "C_Cpp.intelliSenseEngine": "disabled"
|
|
} |