This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-variable-monitor/.vscode/settings.json
2023-11-16 06:02:17 -05:00

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"
}