25개 이상의 토픽을 선택하실 수 없습니다. 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. }