Draco-lang / Compiler

The compiler repository for the Draco programming language.
Apache License 2.0
74 stars 9 forks source link

LSP compliance: take client capabilities into account when registering capabilities #256

Closed LPeter1997 closed 11 months ago

LPeter1997 commented 1 year ago

Currently we register everything dynamically. We could default implement the static reg-options in the interface based on the dynamic ones, then based on the client capabilities choose the option that's available (but generally preferring dynamic).