vamolessa / pepper

simple and opinionated modal code editor for your terminal
https://vamolessa.github.io/pepper/
372 stars 17 forks source link

LSP find references causes crash on macOS #28

Closed hovsater closed 2 years ago

hovsater commented 2 years ago

I'm working on the pepper codebase using rust-analyser. Pressing gr to find references causes pepper to crash on macOS. See the log below.

pepper-crash.txt ```console panicked at 'forgot to call 'finish' on ServerEventIter', plugin-lsp/src/protocol.rs:973:9 ```

OS: macOS 12.0.1 Terminal: Kitty 0.24.2 pepper: 0.22.0

vamolessa commented 2 years ago

found the issue causing the crash and fixed on master. however, it's not currently showing the reference context still probably because of what's causing #27