settings.json 288 B

12345678910
  1. {
  2. "python.autoComplete.extraPaths": [
  3. "/home/tianbot/work/black_20200812/blackTornadoRobot/devel/lib/python2.7/dist-packages",
  4. "/opt/ros/melodic/lib/python2.7/dist-packages"
  5. ],
  6. "files.associations": {
  7. "*.txt": "makefile",
  8. "cmath": "cpp"
  9. }
  10. }