sdorof1

Results 5 comments of sdorof1

Hi there, Is there a some perspective to resolve this issue?

> Is the numpy lib in pyright path? Check `lsp-pyright-extra-paths` or `extraPaths` in pyrightconfig.json? I added the next `pyrightconfig.json` to project folder: ``` { "executionEnvironments": [ { "root": "src" "extraPaths":...

> Please pass in the --lib option when running from the shell. If you mean `pyright` then it works from shell as expected.

> Could you share the output when passing in the --lib option? Yes, I got it ``` pyr$ pyright --lib 4:11 - error: "sign" is not a known member of...

hmm.. on a host system it works as expected, but under VirtualBox the focus is lost... Yes, I am using this too: ``` Version: 2020-09 (4.17.0) Build id: 20200910-1200 ```