settings.json 340 B

123456789101112131415
  1. {
  2. "files.associations": {
  3. "math.h": "c",
  4. "sdl_timer.h": "c",
  5. "system_error": "c",
  6. "array": "c",
  7. "functional": "c",
  8. "tuple": "c",
  9. "type_traits": "c",
  10. "utility": "c",
  11. "terrain.h": "c",
  12. "iterator": "c"
  13. },
  14. "C_Cpp.default.compilerPath": "/usr/bin/g++"
  15. }