Skip to content

Commit 16489db

Browse files
author
Isaac
committed
Update vscode settings
1 parent ffc6589 commit 16489db

File tree

1 file changed

+75
-1
lines changed

1 file changed

+75
-1
lines changed

.vscode/settings.json

Lines changed: 75 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,79 @@
11
{
22
"sweetpad.build.xcodeWorkspacePath": "Telegram/Telegram.xcodeproj/project.xcworkspace",
33
"lldb.library": "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB",
4-
"lldb.launch.expressions": "native"
4+
"lldb.launch.expressions": "native",
5+
"files.associations": {
6+
"__bit_reference": "cpp",
7+
"__hash_table": "cpp",
8+
"__locale": "cpp",
9+
"__node_handle": "cpp",
10+
"__split_buffer": "cpp",
11+
"__threading_support": "cpp",
12+
"__tree": "cpp",
13+
"__verbose_abort": "cpp",
14+
"any": "cpp",
15+
"array": "cpp",
16+
"bitset": "cpp",
17+
"cctype": "cpp",
18+
"cfenv": "cpp",
19+
"charconv": "cpp",
20+
"cinttypes": "cpp",
21+
"clocale": "cpp",
22+
"cmath": "cpp",
23+
"codecvt": "cpp",
24+
"complex": "cpp",
25+
"condition_variable": "cpp",
26+
"csignal": "cpp",
27+
"cstdarg": "cpp",
28+
"cstddef": "cpp",
29+
"cstdint": "cpp",
30+
"cstdio": "cpp",
31+
"cstdlib": "cpp",
32+
"cstring": "cpp",
33+
"ctime": "cpp",
34+
"cwchar": "cpp",
35+
"cwctype": "cpp",
36+
"deque": "cpp",
37+
"execution": "cpp",
38+
"memory": "cpp",
39+
"forward_list": "cpp",
40+
"fstream": "cpp",
41+
"future": "cpp",
42+
"initializer_list": "cpp",
43+
"iomanip": "cpp",
44+
"ios": "cpp",
45+
"iosfwd": "cpp",
46+
"iostream": "cpp",
47+
"istream": "cpp",
48+
"limits": "cpp",
49+
"list": "cpp",
50+
"locale": "cpp",
51+
"map": "cpp",
52+
"mutex": "cpp",
53+
"new": "cpp",
54+
"optional": "cpp",
55+
"ostream": "cpp",
56+
"print": "cpp",
57+
"queue": "cpp",
58+
"ratio": "cpp",
59+
"regex": "cpp",
60+
"scoped_allocator": "cpp",
61+
"set": "cpp",
62+
"span": "cpp",
63+
"sstream": "cpp",
64+
"stack": "cpp",
65+
"stdexcept": "cpp",
66+
"streambuf": "cpp",
67+
"string": "cpp",
68+
"string_view": "cpp",
69+
"tuple": "cpp",
70+
"typeindex": "cpp",
71+
"typeinfo": "cpp",
72+
"unordered_map": "cpp",
73+
"unordered_set": "cpp",
74+
"valarray": "cpp",
75+
"variant": "cpp",
76+
"vector": "cpp",
77+
"algorithm": "cpp"
78+
}
579
}

0 commit comments

Comments
 (0)