sublimelsp / LSP-rust-analyzer

Convenience package for rust-analyzer
MIT License
70 stars 11 forks source link

Only run events on valid views #18

Closed Rapptz closed 3 years ago

Rapptz commented 3 years ago

Minor bug fix to prevent running inlay hints requests on invalid views.

There might be a better way to check for this (like seeing if the view has a valid session) but this was the quickest way I knew how to do this.