You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to happen?
Pyforest includes import lines of packages in the first cell.
What happened instead?
Pyforest imports the packages and they work fine, however the imports are not included in the first cell. Hence code completions and hinting don't work for the imported packages since Pylance (language server)/Intellisense don't detect the import.
Reproduction Steps
Install VSCode Insiders and Pyforest.
Open a Jupyter Notebook and start writing code without import.
Environment
Description of Issue
Pyforest includes import lines of packages in the first cell.
Pyforest imports the packages and they work fine, however the imports are not included in the first cell. Hence code completions and hinting don't work for the imported packages since Pylance (language server)/Intellisense don't detect the import.
Reproduction Steps