DetachHead / basedpyright

pyright fork with various type checking improvements, improved vscode support and pylance features built into the language server
http://docs.basedpyright.com/
Other
592 stars 12 forks source link

Support for Jupyter Notebook #173

Open GreyElaina opened 3 months ago

GreyElaina commented 3 months ago

still missing now.

DetachHead commented 2 months ago

looks like the jupyter extension is separate from pylance and also open source: https://github.com/microsoft/vscode-jupyter

does that cover it? or is there some pylance-specific functionality that we need to add?

GreyElaina commented 2 months ago

looks like the jupyter extension is separate from pylance and also open source: microsoft/vscode-jupyter

does that cover it? or is there some pylance-specific functionality that we need to add?

When pylance is enabled, code inside notebooks have highlights & intelligence but basedpyright no. i think this part was supported by pylance (closed source XD).

DetachHead commented 2 months ago

ah ok, in that case this might be easier than i thought. will look into it when i have time