aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json35
1 files changed, 17 insertions, 18 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index a06c734..57115ea 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,5 +1,19 @@
{
"files.associations": {
+ "bitset": "cpp",
+ "vector": "cpp",
+ "optional": "cpp",
+ "string_view": "cpp",
+ "system_error": "cpp",
+ "thread": "cpp",
+ "typeindex": "cpp",
+ "variant": "cpp",
+ "array": "cpp",
+ "initializer_list": "cpp",
+ "utility": "cpp",
+ "hash_map": "cpp",
+ "valarray": "cpp",
+ "*.tcc": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
@@ -11,11 +25,8 @@
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
- "array": "cpp",
"atomic": "cpp",
"strstream": "cpp",
- "*.tcc": "cpp",
- "bitset": "cpp",
"chrono": "cpp",
"cinttypes": "cpp",
"codecvt": "cpp",
@@ -25,11 +36,10 @@
"deque": "cpp",
"list": "cpp",
"unordered_map": "cpp",
- "vector": "cpp",
+ "unordered_set": "cpp",
"exception": "cpp",
"fstream": "cpp",
"functional": "cpp",
- "initializer_list": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
@@ -39,26 +49,15 @@
"mutex": "cpp",
"new": "cpp",
"numeric": "cpp",
- "optional": "cpp",
"ostream": "cpp",
"ratio": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
- "string_view": "cpp",
- "system_error": "cpp",
- "thread": "cpp",
"type_traits": "cpp",
"tuple": "cpp",
- "typeindex": "cpp",
"typeinfo": "cpp",
- "utility": "cpp",
- "variant": "cpp",
"__config": "cpp",
- "__nullptr": "cpp",
- "hash_map": "cpp",
- "valarray": "cpp",
- "unordered_set": "cpp"
- },
- "C_Cpp.configurationWarnings": "Disabled"
+ "__nullptr": "cpp"
+ }
} \ No newline at end of file