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

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

    "editor.tabSize": 2,


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

    "cmake.configureOnOpen": true,
    "cmake.ctest.testExplorerIntegrationEnabled": false,
    "cmake.configureArgs": [
        "-DCMAKE_INSTALL_PREFIX=${env:HOME}/.local",
        "-DTURNS_USE_INSTALLED_TRANSLATIONS=OFF"
    ],

    "C_Cpp.autoAddFileAssociations": false,
}