Heejae Chang

Results 168 comments of Heejae Chang

I tried but I got this ![image](https://user-images.githubusercontent.com/1333179/183240641-08c23286-ea4c-4516-8ebc-a6ba38c7fb25.png) and I am not sure where the log is? the failure is not on pylance, it looks like extension itself failed. is this...

there is a bug with untitled.ipynb. we will releasing a fix in pylance prerelease soon.

related to https://github.com/microsoft/pylance-release/issues/3126

@trallnag Hi, thank you for the reporting. this is happening since those modules are created dynamically. requests\packages.py looks like this ```python import sys # This code exists for backwards compatibility...

you can also use this on status bar. ![image](https://user-images.githubusercontent.com/1333179/182682334-dafc4afb-b611-4964-8579-754cee37236b.png)

there seems an issue with ipython mode

@Bobronium can you share actual code that we can use to test? and result of "inspect editor tokens and scopes" for each case? I see all shows same variable.parameter and...

we don't support dynamic behavior like below. ```python import sys sys.path.append("/home/onyr/missing_import_custom_package/src") ``` but, we should provide a way to add extraPath in notebook.