You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings.json 307 B

1234567891011121314
  1. {
  2. "files.associations": {
  3. "array": "cpp",
  4. "*.tcc": "cpp",
  5. "deque": "cpp",
  6. "string": "cpp",
  7. "unordered_map": "cpp",
  8. "unordered_set": "cpp",
  9. "vector": "cpp",
  10. "memory": "cpp",
  11. "random": "cpp",
  12. "initializer_list": "cpp"
  13. }
  14. }