settings.json 424 B

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