basedpyright
basedpyright copied to clipboard
Possible to dump effective configuration with --verbose enabled?
Description
I'm finding the configuration to be confusing -- there's a lot going on.
It would be really helpful if I could run watch basedpyright --verbose and see the configuration changing as I make changes.
Maybe a call to the logging around here?:
https://github.com/DetachHead/basedpyright/blob/main/packages/pyright-internal/src/analyzer/service.ts#L300
yeah the config is quite a mess (#64). it looks like some of it is already logged here, so we can maybe just update that to log everything https://github.com/DetachHead/basedpyright/blob/cfc20e6b25e46affa67b35eae5eaab21b4e2b533/packages/pyright-internal/src/analyzer/service.ts#L670-L688