Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "files.associations": {
- "iostream": "cpp",
- "cstdint": "cpp",
- "optional": "cpp",
- "istream": "cpp",
- "ostream": "cpp",
- "system_error": "cpp",
- "array": "cpp",
- "tuple": "cpp",
- "type_traits": "cpp",
- "utility": "cpp",
- "fstream": "cpp",
- "atomic": "cpp",
- "*.tcc": "cpp",
- "cctype": "cpp",
- "clocale": "cpp",
- "cmath": "cpp",
- "cstdarg": "cpp",
- "cstddef": "cpp",
- "cstdio": "cpp",
- "cstdlib": "cpp",
- "cwchar": "cpp",
- "cwctype": "cpp",
- "deque": "cpp",
- "unordered_map": "cpp",
- "vector": "cpp",
- "exception": "cpp",
- "algorithm": "cpp",
- "memory": "cpp",
- "memory_resource": "cpp",
- "string": "cpp",
- "string_view": "cpp",
- "initializer_list": "cpp",
- "iosfwd": "cpp",
- "limits": "cpp",
- "new": "cpp",
- "sstream": "cpp",
- "stdexcept": "cpp",
- "streambuf": "cpp",
- "typeinfo": "cpp"
- },
- "clangd.fallbackFlags": [
- "-I${workspaceFolder}/include",
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement