27 lines
742 B
JSON
27 lines
742 B
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"
|
|
},
|
|
"clangd.arguments": [
|
|
"--compile-commands-dir=${workspaceFolder}/linux-5.17.15",
|
|
"--background-index",
|
|
"--completion-style=detailed",
|
|
"--header-insertion=never",
|
|
"-log=info"
|
|
],
|
|
// "C_Cpp.autocomplete": "disabled",
|
|
// "C_Cpp.codeFolding": "disabled",
|
|
// "C_Cpp.configurationWarnings": "disabled",
|
|
// "C_Cpp.intelliSenseEngine": "disabled"
|
|
} |