vscode.code-workspace 471 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. }
  6. ],
  7. "settings": {
  8. "files.associations": {
  9. "*.txt": "log",
  10. "algorithm": "c",
  11. "concepts": "c",
  12. "cstddef": "c",
  13. "cstdio": "c",
  14. "cstdlib": "c",
  15. "cstring": "c",
  16. "cwchar": "c",
  17. "initializer_list": "c",
  18. "new": "c",
  19. "type_traits": "c",
  20. "utility": "c",
  21. "xmemory": "c",
  22. "xutility": "c",
  23. "luat_base.h": "c",
  24. "luat_timer.h": "c",
  25. "pin.h": "c",
  26. "rotable.h": "c",
  27. "rthw.h": "c"
  28. }
  29. }
  30. }