Bill Schnurr
Bill Schnurr
I see on windows 'os.chmod('/tmp/foo', 0o777)' has no docstrings either
turns out that os.py is using some dynamic behaviour to remap functions that breaks our docstring logic. Some new way of mapping these docstrings is needed.
What version of pylance r you using? I'm on the latest. `v2021.10.2` hmm. maybe its related to the red squiggles. you should see "function" in the hover.  can you...
Ah you're right, it is the signature help displaying things differently.
looks related out the VS version of textmate being out of date, similar to https://github.com/microsoft/PTVS/issues/6653
Whats the project root folder? `C:\Project\Temp\searchpath`? I think pylance only watches under root
most likely a ptvs issue. could be we aren't passing/setting the typeshed path correctly. I can take a look
maybe we expect relative path
hmm.. couldn't repo Version 17.1.0 Preview 3.0 [32105.426.main] 
the first two versions of python did they come from the Visual Studio installer? or windows store? or direct download from the python site?