You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
183 B

  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. }
  6. ],
  7. "settings": {
  8. "files.associations": {
  9. "raylib.h": "c",
  10. "math.h": "c",
  11. "blocks.h": "c",
  12. "stdio.h": "c",
  13. "*.m": "c"
  14. }
  15. }
  16. }