We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1251f6b commit 83dbf37Copy full SHA for 83dbf37
.vscode/settings.json
@@ -36,6 +36,30 @@
36
"xstring": "cpp",
37
"xtr1common": "cpp",
38
"xutility": "cpp",
39
- "xlocbuf": "cpp"
+ "xlocbuf": "cpp",
40
+ "array": "cpp",
41
+ "clocale": "cpp",
42
+ "deque": "cpp",
43
+ "ios": "cpp",
44
+ "istream": "cpp",
45
+ "iterator": "cpp",
46
+ "locale": "cpp",
47
+ "map": "cpp",
48
+ "ostream": "cpp",
49
+ "queue": "cpp",
50
+ "regex": "cpp",
51
+ "set": "cpp",
52
+ "stdexcept": "cpp",
53
+ "streambuf": "cpp",
54
+ "system_error": "cpp",
55
+ "xfacet": "cpp",
56
+ "xiosbase": "cpp",
57
+ "xlocale": "cpp",
58
+ "xlocinfo": "cpp",
59
+ "xlocmes": "cpp",
60
+ "xlocmon": "cpp",
61
+ "xlocnum": "cpp",
62
+ "xloctime": "cpp",
63
+ "xtree": "cpp"
64
}
65
0 commit comments