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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
{
"files.associations": {
"*.cmb": "xml",
"*.ui": "xml"
},
"cSpell.words": [
"activatable",
"Adwaita",
"arknet",
"calloc",
"fontconfig",
"gboolean",
"gchar",
"gclass",
"gfloat",
"gint",
"gobj",
"gobject",
"gpointer",
"gtkmm",
"gtype",
"guint",
"guintptr",
"klass",
"LIBADWAITAMM",
"memcheck",
"Morgner",
"Pango",
"refptr",
"sigc",
"ustring",
"valgrind",
"vfunc"
],
"editor.tabSize": 2,
"cSpell.language": "en,de",
"clangd.arguments": [
"--background-index",
"--compile-commands-dir=${workspaceFolder}/build"
],
"cmake.configureOnOpen": true,
"cmake.ctest.testExplorerIntegrationEnabled": false,
"C_Cpp.autoAddFileAssociations": false,
"C_Cpp.codeAnalysis.clangTidy.enabled": false,
"C_Cpp.intelliSenseEngine": "disabled"
}
|