settings.json 496 B

1234567891011121314151617181920
  1. {
  2. "files.associations": {
  3. "functions.h": "c",
  4. "sdl.h": "c",
  5. "math.h": "c",
  6. "type_traits": "c",
  7. "array": "c",
  8. "string_view": "c",
  9. "initializer_list": "c",
  10. "utility": "c",
  11. "compare": "c",
  12. "rasteriver.h": "c",
  13. "custom_types.h": "c",
  14. "time.h": "c",
  15. "sourparse.h": "c",
  16. "cl.h": "c"
  17. },
  18. "OpenCL.explorer.localizedProperties": false,
  19. "C_Cpp.default.compilerPath": "/bin/gcc"
  20. }