settings.json 445 B

123456789101112131415161718
  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. "stdio.h": "c",
  14. "sourparse.h": "c"
  15. },
  16. "OpenCL.explorer.localizedProperties": false,
  17. "C_Cpp.default.compilerPath": "/bin/gcc"
  18. }