sublimelsp / LSP

Client implementation of the Language Server Protocol for Sublime Text
https://lsp.sublimetext.io/
MIT License
1.61k stars 182 forks source link

fix: check semantic capability through session buffer #2453

Closed rchl closed 1 month ago

rchl commented 1 month ago

It's always more correct to first check capability through session buffer in case server registers capability dynamically with a selector.

Resolves #2452