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
|
{
"files.associations": {
"*.cmb": "xml",
"*.ui": "xml"
},
"cSpell.words": [
"arknet",
"gobj",
"refptr",
"sigc",
"ustring"
],
"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,
}
|