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

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

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

    "C_Cpp.autoAddFileAssociations": false,
}