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

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

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

    "C_Cpp.autoAddFileAssociations": false,
}