1
This commit is contained in:
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
@ -66,6 +66,16 @@
|
||||
"functional": "cpp",
|
||||
"tuple": "cpp",
|
||||
"type_traits": "cpp",
|
||||
"utility": "cpp"
|
||||
"utility": "cpp",
|
||||
"random": "cpp",
|
||||
"deque": "cpp",
|
||||
"string": "cpp",
|
||||
"unordered_map": "cpp",
|
||||
"unordered_set": "cpp",
|
||||
"vector": "cpp",
|
||||
"string_view": "cpp",
|
||||
"initializer_list": "cpp",
|
||||
"cmath": "cpp",
|
||||
"streambuf": "cpp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user