summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: a0539ff1488ca6fd0a332e4a465830cff9914cc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "files.associations": {
        "*.cmb": "xml",
        "*.ui": "xml"
    },

    "cSpell.words": [
        "arknet",
        "gobj",
        "refptr",
        "sigc"
    ],

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

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

    "C_Cpp.autoAddFileAssociations": false,
}