summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: ebe447b5d422a563aeabebf36d0b1fe473b92913 (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
{
    "files.associations": {
        "*.cmb": "xml",
        "*.ui": "xml"
    },

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

    "editor.tabSize": 2,


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

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

    "C_Cpp.autoAddFileAssociations": false,
}