basedpyright icon indicating copy to clipboard operation
basedpyright copied to clipboard

Possible to dump effective configuration with --verbose enabled?

Open mattalxndr opened this issue 5 months ago • 1 comments

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

mattalxndr avatar Oct 03 '25 02:10 mattalxndr

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

DetachHead avatar Oct 04 '25 06:10 DetachHead