settings.json 475 B

12345678910111213141516171819
  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. },
  17. "OpenCL.explorer.localizedProperties": false,
  18. "C_Cpp.default.compilerPath": "/bin/gcc"
  19. }