pylance-release
pylance-release copied to clipboard
pyright command except generate stub is not connected to pylance
it looks like at some point, we stopped calling pyright's command controller.
so pyright's code action such as add missing optional params or order imports no longer work.
basically, no one is handling these PyrightCommand anymore.
https://github.com/microsoft/pyrx/blob/main/packages/pylance-internal/src/commands/commandController.ts#L100
pylance should call pyright's command controller if commands are not one that pylance handle.
related issue - https://github.com/microsoft/pyright/issues/6571
This is probably my fault, sync/async server redesign.
Is this still a problem? I think this is fixed now?