Skip to content

Commit 83dbf37

Browse files
committedOct 19, 2023
update settings
1 parent 1251f6b commit 83dbf37

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed
 

‎.vscode/settings.json

+25-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,30 @@
3636
"xstring": "cpp",
3737
"xtr1common": "cpp",
3838
"xutility": "cpp",
39-
"xlocbuf": "cpp"
39+
"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"
4064
}
4165
}

0 commit comments

Comments
 (0)
Please sign in to comment.