Bill Schnurr

Results 205 comments of Bill Schnurr

Please provide imports for `Device`, `DeviceConnection ` and `PhdInfo` and with packages to pip install thank you

Can you try including only the folders with python files, in your settings.json? ``` { "python.analysis.include": [ "tests/" ] } ``` there is also exclude

what platform? R you opening a folder in VSCode? can you provide the "Python language sever" logs from the output window. see https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#filing-an-issue Are you using a local drive? Do...

Thank you for logging the issue. Have you tried the pylance pre-release build?

maybe something can be found from looking at the logs. see https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#filing-an-issu neverminded i see you posted.. i'm not too familiar with the dev container workflow but i'll take a...

i just tried `Devcontainers: New Devcontainer...` and picked python. seems to be working. ``` 2023-12-19 22:51:16.953 [info] (Client) Pylance async client (2023.12.1) started with python extension (2023.22.1) 2023-12-19 22:51:17.551 [info]...

are you working with loose files or in a workspace? do you have a code repo to clone?