settings.json 393 B

12345678910111213141516
  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. },
  14. "OpenCL.explorer.localizedProperties": false,
  15. "C_Cpp.default.compilerPath": "/bin/gcc"
  16. }