RohitB

Results 15 comments of RohitB

@AlexPl292 can you please let us know if this can be prioritised any time soon.

@heejaechang for the response, yeah I have selected the right interpreter and it has all the packages installed. > so by default, we only show as small as we can....

Does the indexer runs every-time I launch vscode or it indexes the packages and stores somewhere unless the sources change ?

So I have set this `"python.analysis.packageIndexDepths": [["",20, true]]` just to test and I still don't see flask or starlette. ![image](https://user-images.githubusercontent.com/19793591/188804786-44e0fda6-52e0-4cde-aa94-8cc4e841d589.png) And yes the indexer did complete ``` [Info - 11:57:08...

Okay it shows for flask now but still starlette imports won't show.

Here is the log file [logs.txt](https://github.com/microsoft/pylance-release/files/9503529/logs.txt)

No it still doesn't show up even though the file is being indexed ```(2984) [IDX(2)] indexing: /Users/rbhanot/development/personal/self-learning/venv/lib/python3.10/site-packages/starlette/requests.py ... (2984) [IDX(2)] parsing: /Users/rbhanot/.vscode/extensions/ms-python.vscode-pylance-2022.8.51/dist/typeshed-fallback/stdlib/http/__init__.pyi [fs read 1ms] (1ms) (2984) [IDX(2)] binding: /Users/rbhanot/.vscode/extensions/ms-python.vscode-pylance-2022.8.51/dist/typeshed-fallback/stdlib/http/__init__.pyi...

I tried that as well and still same thing, the starlette requests surely gets indexed as evident from logs ```(28680) [IDX(2)] indexing: /Users/rbhanot/development/personal/self-learning/venv/lib/python3.10/site-packages/starlette/requests.py ... (28680) [IDX(2)] parsing: /Users/rbhanot/.vscode/extensions/ms-python.vscode-pylance-2022.9.11/dist/typeshed-fallback/stdlib/http/__init__.pyi [fs read...

Its been more than a year since I opened this issue and still there is no update on it.