microsoft / lsprotocol

Code generator and generated types for Language Server Protocol.
MIT License
118 stars 21 forks source link

Update LSP schema and model #376

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

LSP Schema has changed. Please update the generator. Schema: source Model: source

Instructions:

  1. Setup a virtual environment and install nox.
  2. Install all requirements for generator.
  3. Run nox --session update_lsp.

Hashes:

karthiknadig commented 2 months ago

Fixed via https://github.com/microsoft/lsprotocol/pull/377