2 changed files with 28 additions and 1 deletions
@ -0,0 +1,23 @@ |
|||
{ |
|||
"files.associations": { |
|||
"vector": "cpp", |
|||
"type_traits": "cpp", |
|||
"stdexcept": "cpp", |
|||
"array": "cpp", |
|||
"bitset": "cpp", |
|||
"deque": "cpp", |
|||
"initializer_list": "cpp", |
|||
"list": "cpp", |
|||
"queue": "cpp", |
|||
"stack": "cpp", |
|||
"utility": "cpp", |
|||
"xhash": "cpp", |
|||
"xstring": "cpp", |
|||
"xutility": "cpp", |
|||
"memory": "cpp", |
|||
"mutex": "cpp", |
|||
"shared_mutex": "cpp", |
|||
"chrono": "cpp", |
|||
"functional": "cpp" |
|||
} |
|||
} |
Loading…
Reference in new issue