Spaces:
Runtime error
Runtime error
| { | |
| "exclude": [ | |
| "**/node_modules", | |
| "**/__pycache__", | |
| ], | |
| "ignore": [ | |
| "extern" | |
| ], | |
| "defineConstant": { | |
| "DEBUG": true | |
| }, | |
| "venvPath": "../../../.venv/", | |
| "reportMissingImports": true, | |
| "reportMissingTypeStubs": false, | |
| "pythonVersion": "3.10", | |
| "pythonPlatform": "All", | |
| "reportOptionalMemberAccess": "none" | |
| } |