Skip to content

Add support to propose new protocol both on the client side and server side #232

@dbaeumer

Description

@dbaeumer

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

//cc @egamma

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions