Skip to content

elixir-tools/lsp_codegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSPCodegen

Library to generate LSP protocol code for gen_lsp.

Usage

elixir -e 'Mix.install([{:lsp_codegen, github: "mhanberg/lsp_codegen"}]); LSPCodegen.generate(System.argv())' -- --path ./path/for/files

metaModel.json

To update the metaModel.json, you can run the following.

$ curl --location 'https://raw.githubusercontent.com/microsoft/language-server-protocol/gh-pages/_specifications/lsp/3.17/metaModel/metaModel.json' | jq . > priv/metaModel.json

Releases

No releases published

Sponsor this project

 

Packages

No packages published