DetachHead

Results 933 comments of DetachHead

pretty sure i know what the issue is, fix will be in the next release

you can download the `.vsix` from the [CI artifacts](https://github.com/DetachHead/basedpyright/actions/runs/10651928391/artifacts/1879004875), thanks

that's a different issue that seems to have come from upstream. we previously thought it was specific to neovim but i guess not. will raise a separate issue for that

i don't think `pythonPath` was ever a valid option in `pyrightconfig.json`. it's not present in [the configuration docs](https://docs.basedpyright.com/#/configuration), only in the [language server settings](https://docs.basedpyright.com/#/settings). the reason you're only now seeing...

closing this, let us know if you are still having issues and we can re-open and investigate if needed

this seems to work: ```diff - from .blueprint import Blueprint #

that's the correct way to do a re-export anyway ([see here](https://github.com/DetachHead/basedpyright/blob/main/README.md#reportprivatelocalimportusage---prevent-implicit-re-exports-in-local-code)). though i'm confused as to why that would prevent the import from being resolved at all. will investigate this

thanks! i want to merge this soon but might get someone else to review it first

ready to merge when you are, just let me know 🚀