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

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

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

    "cmake.configureOnOpen": true,
    "cmake.ctest.testExplorerIntegrationEnabled": false,
    "cmake.configureArgs": [
        "-DTURNS_USE_INSTALLED_TRANSLATIONS=OFF"
    ],

    "C_Cpp.autoAddFileAssociations": false,
}