cotttho
cotttho
I am interested in using multilspy to retrieve diagnostic information from different language servers, but the `diagnostics` LSP API is not currently supported.
Changing "configuration": true to "configuration": false in the initialize_params.json solves the pyright integration issue for me.
I don't think @DanCip00's fix resolved the issue. Pyright is still hanging after initialization.
The problem is with the initialization sequence. Pyright expects expects a more advanced handshake with the client to initialize properly.