Language Server reports false positives in Native Notebook #4718
Labels
bug
Issue identified by VS Code Team member as probable bug
notebook-intellisense
Intellisense & other language features in notebook cells for any language
Python 3.6
as workspace interpreterPylance will report errors about missing packages (pandas is reported as not being installed).
This is a false positive, the user has it installed in the python environment used by the kernel.
The problem is pylance doesn't know that the document is using a different interpreter.
This will eventually get even more complicated:
Basically it depends on the context, but does the LS know this?
The text was updated successfully, but these errors were encountered: