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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
| /*
| * ATTENTION: this is a global linked file for all manufacturers!
| * Changes will be added to all default Workspaces
| */
| {
| "folders": [
| {
| "path": "."
| },
| {
| "path": "../../debug"
| }
| ],
| "settings": {
| "search.exclude": {
| "**/combinations": true,
| "**/ausf-images": true,
| "**/kata-images": true,
| "**/textures": true,
| "**/images": true
| },
| "files.associations": {
| "*.json": "jsonc",
| "*.MPR": "ini",
| "xstring": "cpp",
| "xlocale": "cpp",
| "deque": "cpp",
| "list": "cpp",
| "regex": "cpp",
| "vector": "cpp",
| "xhash": "cpp",
| "xtree": "cpp",
| "xutility": "cpp",
| "map": "cpp",
| "utility": "cpp",
| "iosfwd": "cpp",
| "iterator": "cpp",
| "hash_map": "cpp",
| "string": "cpp",
| "system_error": "cpp",
| "cstdlib": "cpp",
| "functional": "cpp",
| "cmath": "cpp",
| "type_traits": "cpp",
| "algorithm": "cpp",
| "atomic": "cpp",
| "cctype": "cpp",
| "clocale": "cpp",
| "cstddef": "cpp",
| "cstdint": "cpp",
| "cstdio": "cpp",
| "cstring": "cpp",
| "ctime": "cpp",
| "cwchar": "cpp",
| "exception": "cpp",
| "fstream": "cpp",
| "iomanip": "cpp",
| "ios": "cpp",
| "iostream": "cpp",
| "istream": "cpp",
| "limits": "cpp",
| "memory": "cpp",
| "new": "cpp",
| "ostream": "cpp",
| "sstream": "cpp",
| "stdexcept": "cpp",
| "streambuf": "cpp",
| "tuple": "cpp",
| "typeinfo": "cpp",
| "unordered_map": "cpp",
| "xdebug": "cpp",
| "xfacet": "cpp",
| "xiosbase": "cpp",
| "xlocinfo": "cpp",
| "xlocmon": "cpp",
| "xlocnum": "cpp",
| "xloctime": "cpp",
| "xmemory": "cpp",
| "xmemory0": "cpp",
| "xrefwrap": "cpp",
| "xstddef": "cpp",
| "xtr1common": "cpp",
| "bit": "cpp",
| "compare": "cpp",
| "concepts": "cpp",
| "initializer_list": "cpp",
| "cstdarg": "cpp",
| "array": "cpp",
| "chrono": "cpp",
| "filesystem": "cpp",
| "forward_list": "cpp",
| "locale": "cpp",
| "ratio": "cpp",
| "xlocbuf": "cpp",
| "xlocmes": "cpp",
| "charconv": "cpp",
| "format": "cpp",
| "optional": "cpp",
| "xfunctional": "cpp",
| "set": "cpp",
| "numeric": "cpp"
| },
| "files.encoding": "windows1252",
| "json.schemas": [
| {
| "fileMatch": ["**/html/*.json"],
| "url": "./../_global/_global/html/h/schemas/html-radio-gen/base.schema.json"
| }
| ],
| "cSpell.language": "en,de-DE",
| "svn.delete.ignoredRulesForDeletedFiles": [
| "**/*.dll",
| "**/*.lib",
| "**/*.exp",
| "_archiv"
| ],
| "C_Cpp.default.compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/cl.exe",
| "C_Cpp.default.cppStandard": "c++11",
| "C_Cpp.intelliSenseEngine": "Default",
| "C_Cpp.codeAnalysis.clangTidy.enabled": false,
| "c-cpp-flylint.enable": false,
| }
| }
|
|
|