|
@@ -1,4 +1,52 @@
|
|
|
{
|
|
|
"files.eol": "\n",
|
|
|
- "terminal.integrated.scrollback": 50000
|
|
|
+ "terminal.integrated.scrollback": 50000,
|
|
|
+ "files.associations": {
|
|
|
+ "array": "cpp",
|
|
|
+ "atomic": "cpp",
|
|
|
+ "*.tcc": "cpp",
|
|
|
+ "cctype": "cpp",
|
|
|
+ "clocale": "cpp",
|
|
|
+ "cmath": "cpp",
|
|
|
+ "cstdarg": "cpp",
|
|
|
+ "cstddef": "cpp",
|
|
|
+ "cstdint": "cpp",
|
|
|
+ "cstdio": "cpp",
|
|
|
+ "cstdlib": "cpp",
|
|
|
+ "cwchar": "cpp",
|
|
|
+ "cwctype": "cpp",
|
|
|
+ "deque": "cpp",
|
|
|
+ "list": "cpp",
|
|
|
+ "unordered_map": "cpp",
|
|
|
+ "vector": "cpp",
|
|
|
+ "exception": "cpp",
|
|
|
+ "algorithm": "cpp",
|
|
|
+ "functional": "cpp",
|
|
|
+ "iterator": "cpp",
|
|
|
+ "map": "cpp",
|
|
|
+ "memory": "cpp",
|
|
|
+ "memory_resource": "cpp",
|
|
|
+ "numeric": "cpp",
|
|
|
+ "optional": "cpp",
|
|
|
+ "random": "cpp",
|
|
|
+ "set": "cpp",
|
|
|
+ "string": "cpp",
|
|
|
+ "string_view": "cpp",
|
|
|
+ "system_error": "cpp",
|
|
|
+ "tuple": "cpp",
|
|
|
+ "type_traits": "cpp",
|
|
|
+ "utility": "cpp",
|
|
|
+ "fstream": "cpp",
|
|
|
+ "initializer_list": "cpp",
|
|
|
+ "iosfwd": "cpp",
|
|
|
+ "iostream": "cpp",
|
|
|
+ "istream": "cpp",
|
|
|
+ "limits": "cpp",
|
|
|
+ "new": "cpp",
|
|
|
+ "ostream": "cpp",
|
|
|
+ "sstream": "cpp",
|
|
|
+ "stdexcept": "cpp",
|
|
|
+ "streambuf": "cpp",
|
|
|
+ "typeinfo": "cpp"
|
|
|
+ }
|
|
|
}
|