12345678910111213141516171819202122232425 |
- {
- "files.associations": {
- "optional": "cpp",
- "system_error": "cpp",
- "chrono": "cpp",
- "typeindex": "cpp",
- "typeinfo": "cpp",
- "*.tcc": "cpp",
- "deque": "cpp",
- "list": "cpp",
- "string": "cpp",
- "unordered_map": "cpp",
- "vector": "cpp",
- "qnetworkaccessmanager": "cpp",
- "array": "cpp",
- "tuple": "cpp",
- "utility": "cpp",
- "variant": "cpp",
- "istream": "cpp",
- "ostream": "cpp",
- "ratio": "cpp",
- "functional": "cpp",
- "type_traits": "cpp"
- }
- }
|