Pylance issue #167
Replies: 3 comments
-
|
Thanks for sharing this. I wonder if @luabud might have any thoughts? |
Beta Was this translation helpful? Give feedback.
-
|
I'm actually not sure what could be happening! Would you mind filing a bug in Pylance by following the template in https://github.com/microsoft/pylance-release/issues/new?template=bug-report.md? It'd be super helpful if you could share contents of the "Python Language Server" Output window (View > Command Palette... and run "Pylance: go to output channel...") so our team is able to investigate better. |
Beta Was this translation helpful? Give feedback.
-
|
Seems to be resolved by the latest update |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
devcontainer.json
Whenever I try to create a new file, pylance won't recognize the new file and cause import to fail
For example if I create a new file and try to import it from main.py, i will get the following error
Now if I reload the the ide window, import works as expected.
Does anyone know how I can resolve this?
Beta Was this translation helpful? Give feedback.
All reactions