You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently proposing new LSP protocol is quite cumbersome since it requires publishing special version of the client and the server. This result in quite some adoption effort on both the implementation and the usage side.
We should enhance the libraries so that:
new proposed API can be added easily
one version of the library is publish
clients of the library can opt into using the proposed API
when the API gets final clients should be able to migrate to the final API with minimal effort