measure_ctrl.code-workspace 484 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. }
  6. ],
  7. "settings": {
  8. "python.analysis.extraPaths": [
  9. ".",
  10. "./battery_measure_ctrl/src"
  11. ],
  12. "python.analysis.packageIndexDepths": [
  13. {
  14. "name": "sklearn",
  15. "depth": 2
  16. },
  17. {
  18. "name": "matplotlib",
  19. "depth": 2
  20. },
  21. {
  22. "name": "scipy",
  23. "depth": 2
  24. },
  25. {
  26. "name": "django",
  27. "depth": 2
  28. },
  29. {
  30. "name": "flask",
  31. "depth": 2
  32. },
  33. {
  34. "name": "fastapi",
  35. "depth": 2
  36. }
  37. ]
  38. }
  39. }