DetachHead
DetachHead
what's the issue? i can't tell from that screenshot. i tested it and the hover text is the same in regular `.py` files
can you check the log by selecting "basedpyright" in the output tab and see if there are any errors?  i'm not sure how remote SSH dev environments work in...
It looks like you haven't imported `BaseModel` from pydantic, so it looks like that error is correct
Or is it imported in a separate cell? Could you provide a minimal repro or the full notebook file so I can investigate
what version of basedpyright are you using? there was an issue with code actions in notebooks that was fixed in 1.30.1 (#1384)
Hmm, yeah I'll need a minimal repro to investigate
closing this since there's not enough info about the original issue from OP. @Hyperthetical happy to reopen if you provide more details
seo: indexing
> 1. Keep the pyright version up-to-date with the vscode extension/language server itself and suggest it as the recommended version. This leads to less duplicating of installs across different workspaces....
ah i see, pylance has a `python.analysis.nodeExecutable` setting. happy to support this if you're willing to make a PR that would be appreciated. if you need help with anything let...