microsoft / lsprotocol

Code generator and generated types for Language Server Protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update LSP schema and model

github-actions opened this issue · comments

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:

  • schema: 6a3119d483b7dcfe2e6d42dd2af945de1b7871c7238d846a97f6566d9811ae9c
  • model: ed2e4b3a95c31c1e703ffdbcdbb5d09c782cd7b4ebc2b23aba71b14750733191

Fixed via #286