forked from amezin/aosp-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
34 lines (34 loc) · 866 Bytes
/
settings.json
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
{
"files.associations": {
"array": "cpp",
"dynarray": "cpp",
"string_view": "cpp",
"iterator": "cpp",
"string": "cpp",
"vector": "cpp",
"*.inc": "cpp",
"new": "cpp",
"typeinfo": "cpp",
"cctype": "cpp",
"cmath": "cpp",
"csetjmp": "cpp",
"csignal": "cpp",
"cstddef": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"*.ii": "cpp",
"__config": "cpp",
"exception": "cpp",
"initializer_list": "cpp",
"stdexcept": "cpp",
"*.ipp": "cpp",
"*.rsh": "cpp",
"random": "cpp",
"valarray": "cpp",
"__locale": "cpp",
"ios": "cpp"
},
"cquery.cacheDirectory": "${workspaceFolder}/.vscode/cquery_cached_index/",
}