settings.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "python.autoComplete.extraPaths": [
  3. "/opt/ros/melodic/lib/python2.7/dist-packages"
  4. ],
  5. "python.analysis.extraPaths": [
  6. "/opt/ros/melodic/lib/python2.7/dist-packages"
  7. ],
  8. "files.associations": {
  9. "iostream": "cpp",
  10. "cctype": "cpp",
  11. "clocale": "cpp",
  12. "cmath": "cpp",
  13. "cstdarg": "cpp",
  14. "cstddef": "cpp",
  15. "cstdio": "cpp",
  16. "cstdlib": "cpp",
  17. "cstring": "cpp",
  18. "ctime": "cpp",
  19. "cwchar": "cpp",
  20. "cwctype": "cpp",
  21. "array": "cpp",
  22. "atomic": "cpp",
  23. "strstream": "cpp",
  24. "*.tcc": "cpp",
  25. "bitset": "cpp",
  26. "chrono": "cpp",
  27. "complex": "cpp",
  28. "cstdint": "cpp",
  29. "deque": "cpp",
  30. "list": "cpp",
  31. "unordered_map": "cpp",
  32. "vector": "cpp",
  33. "exception": "cpp",
  34. "algorithm": "cpp",
  35. "functional": "cpp",
  36. "ratio": "cpp",
  37. "system_error": "cpp",
  38. "tuple": "cpp",
  39. "type_traits": "cpp",
  40. "fstream": "cpp",
  41. "initializer_list": "cpp",
  42. "iomanip": "cpp",
  43. "iosfwd": "cpp",
  44. "istream": "cpp",
  45. "limits": "cpp",
  46. "memory": "cpp",
  47. "new": "cpp",
  48. "ostream": "cpp",
  49. "numeric": "cpp",
  50. "sstream": "cpp",
  51. "stdexcept": "cpp",
  52. "streambuf": "cpp",
  53. "thread": "cpp",
  54. "cfenv": "cpp",
  55. "cinttypes": "cpp",
  56. "utility": "cpp",
  57. "typeindex": "cpp",
  58. "typeinfo": "cpp",
  59. "string": "cpp"
  60. }
  61. }