summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 8ffa765926919fec3301870cc2005ad89013f24d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
    "files.associations": {
        "*.cmb": "xml",
        "*.ui": "xml"
    },

    "cSpell.words": [
        "activatable",
        "Adwaita",
        "arknet",
        "gboolean",
        "gclass",
        "gobj",
        "gtkmm",
        "gtype",
        "klass",
        "LIBADWAITAMM",
        "Morgner",
        "refptr",
        "sigc",
        "ustring",
        "vfunc"
    ],

    "editor.tabSize": 2,
    

    "cSpell.language": "en,de",

    "clangd.arguments": [
        "--background-index",
        "--compile-commands-dir=${workspaceFolder}/build"
    ],

    "cmake.configureOnOpen": true,
    "cmake.ctest.testExplorerIntegrationEnabled": false,

    "C_Cpp.autoAddFileAssociations": false,
    "C_Cpp.codeAnalysis.clangTidy.enabled": false,
    "C_Cpp.intelliSenseEngine": "disabled"
}