| { |
| "disasexpl.associations": { |
| "**/*.c": "${workspaceFolder}/build/bin/assembly/${fileDirname}/${fileBasenameNoExtension}.S", |
| "**/*.cpp": "${workspaceFolder}/build/bin/assembly/${fileDirname}/${fileBasenameNoExtension}.S" |
| }, |
| "files.associations": { |
| "type_traits": "cpp", |
| "string": "cpp", |
| "bitset": "cpp", |
| "charconv": "cpp", |
| "__bit_reference": "cpp", |
| "__config": "cpp", |
| "__debug": "cpp", |
| "__errc": "cpp", |
| "__functional_base": "cpp", |
| "__hash_table": "cpp", |
| "__locale": "cpp", |
| "__mutex_base": "cpp", |
| "__node_handle": "cpp", |
| "__nullptr": "cpp", |
| "__split_buffer": "cpp", |
| "__sso_allocator": "cpp", |
| "__std_stream": "cpp", |
| "__string": "cpp", |
| "__threading_support": "cpp", |
| "__tree": "cpp", |
| "__tuple": "cpp", |
| "algorithm": "cpp", |
| "any": "cpp", |
| "array": "cpp", |
| "atomic": "cpp", |
| "bit": "cpp", |
| "cctype": "cpp", |
| "chrono": "cpp", |
| "cinttypes": "cpp", |
| "clocale": "cpp", |
| "cmath": "cpp", |
| "codecvt": "cpp", |
| "complex": "cpp", |
| "condition_variable": "cpp", |
| "csignal": "cpp", |
| "cstdarg": "cpp", |
| "cstddef": "cpp", |
| "cstdint": "cpp", |
| "cstdio": "cpp", |
| "cstdlib": "cpp", |
| "cstring": "cpp", |
| "ctime": "cpp", |
| "cwchar": "cpp", |
| "cwctype": "cpp", |
| "deque": "cpp", |
| "exception": "cpp", |
| "forward_list": "cpp", |
| "fstream": "cpp", |
| "functional": "cpp", |
| "future": "cpp", |
| "initializer_list": "cpp", |
| "iomanip": "cpp", |
| "ios": "cpp", |
| "iosfwd": "cpp", |
| "iostream": "cpp", |
| "istream": "cpp", |
| "iterator": "cpp", |
| "limits": "cpp", |
| "list": "cpp", |
| "locale": "cpp", |
| "map": "cpp", |
| "memory": "cpp", |
| "mutex": "cpp", |
| "new": "cpp", |
| "numeric": "cpp", |
| "optional": "cpp", |
| "ostream": "cpp", |
| "queue": "cpp", |
| "random": "cpp", |
| "ratio": "cpp", |
| "regex": "cpp", |
| "set": "cpp", |
| "shared_mutex": "cpp", |
| "sstream": "cpp", |
| "stack": "cpp", |
| "stdexcept": "cpp", |
| "streambuf": "cpp", |
| "string_view": "cpp", |
| "strstream": "cpp", |
| "system_error": "cpp", |
| "thread": "cpp", |
| "tuple": "cpp", |
| "typeinfo": "cpp", |
| "unordered_map": "cpp", |
| "unordered_set": "cpp", |
| "utility": "cpp", |
| "valarray": "cpp", |
| "variant": "cpp", |
| "vector": "cpp", |
| "*.ipp": "cpp", |
| "*.inc": "cpp", |
| "__bits": "cpp", |
| "cfenv": "cpp", |
| "compare": "cpp", |
| "concepts": "cpp", |
| "scoped_allocator": "cpp", |
| "span": "cpp", |
| "typeindex": "cpp" |
| }, |
| "git.ignoreLimitWarning": true |
| } |