settings.json 127 B

12345678
  1. {
  2. "python.analysis.extraPaths": [
  3. "./code"
  4. ],
  5. "[python]": {
  6. "editor.defaultFormatter": null
  7. }
  8. }