summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 395354bda55ab5400cb5451dfa40230557b09f51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "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",
    "files.associations": {
        "module.h": "c",
        "slab.h": "c",
        "kernel.h": "c",
        "uaccess.h": "c",
        "types.h": "c",
        "monitor_proc.h": "c"
    },
    // "C_Cpp.default.compilerPath": "/usr/bin/gcc",
    "C_Cpp.autocomplete": "disabled",
    // "C_Cpp.codeFolding": "disabled",
    // "C_Cpp.configurationWarnings": "disabled",
    "C_Cpp.intelliSenseEngine": "disabled"
}