{ "python.autoComplete.extraPaths": ["__pypackages__/3.10/lib"], "python.analysis.extraPaths": ["__pypackages__/3.10/lib"], "python.analysis.diagnosticMode": "workspace", "cmake.configureOnOpen": false, "toTypeScript.fixUnreachableCode": false, "toTypeScript.fixUnusedLabel": false, "toTypeScript.forgottenThisPropertyAccess": false, "python.formatting.provider": "yapf", "python.testing.pytestEnabled": true, "python.testing.pytestPath": "./bin/pytest", "python.analysis.enablePytestSupport": true }