tomlin7 / biscuit

A lightweight, fast, and extensible code editor with a wide range of language support
https://tomlin7.github.io/biscuit
MIT License
147 stars 18 forks source link

Based pyright langserver not responding to any requests #364

Closed tomlin7 closed 2 weeks ago

tomlin7 commented 2 weeks ago

Bug

After testing the basedpyright-langserver, I noticed that none of the requests were answered as expected. Following image shows response from server for textDocument/references requests

image

Possible fixes are sending an empty configuration via workspace/didChangeConfiguration after initialization response from server.

Related discussions

System Information