You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
199 B

1 year ago
11 months ago
11 months ago
11 months ago
11 months ago
1 year ago
  1. {
  2. "folders": [
  3. {
  4. "path": "./"
  5. },
  6. ],
  7. "settings": {
  8. "python.analysis.completeFunctionParens": true,
  9. "python.analysis.enablePytestExtra": false,
  10. "python.languageServer": "Pylance",
  11. }
  12. }