Umi-OCR_v2.code-workspace 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "folders": [
  3. {
  4. "path": ".."
  5. }
  6. ],
  7. "settings": {
  8. "files.associations": {
  9. "bit": "cpp",
  10. "cctype": "cpp",
  11. "compare": "cpp",
  12. "concepts": "cpp",
  13. "cstddef": "cpp",
  14. "cstdint": "cpp",
  15. "cstdio": "cpp",
  16. "cstdlib": "cpp",
  17. "cstring": "cpp",
  18. "cwchar": "cpp",
  19. "exception": "cpp",
  20. "initializer_list": "cpp",
  21. "iosfwd": "cpp",
  22. "limits": "cpp",
  23. "new": "cpp",
  24. "string": "cpp",
  25. "tuple": "cpp",
  26. "type_traits": "cpp",
  27. "utility": "cpp",
  28. "vector": "cpp",
  29. "xmemory": "cpp",
  30. "xstddef": "cpp",
  31. "xstring": "cpp",
  32. "xtr1common": "cpp",
  33. "xutility": "cpp"
  34. },
  35. "[python]": {
  36. "editor.defaultFormatter": "ms-python.black-formatter"
  37. },
  38. "python.formatting.provider": "none"
  39. }
  40. }