1
1
mirror of https://github.com/haskell/lsp.git synced 2024-10-03 18:37:27 +03:00
lsp/lsp-types
2024-06-06 07:34:46 +00:00
..
.golden Mappings for capabilities (#581) 2024-05-25 21:12:42 +01:00
generated/Language/LSP/Protocol/Internal Update the metamodel (#556) 2024-02-09 09:54:12 +00:00
generator Fix ghc and hlint warnings (#568) 2024-04-16 09:16:08 +01:00
metamodel/Language/LSP Fix ghc and hlint warnings (#568) 2024-04-16 09:16:08 +01:00
quickcheck/Language/LSP/Protocol Fix ghc and hlint warnings (#568) 2024-04-16 09:16:08 +01:00
src Use typed response errors (#587) 2024-06-06 08:06:06 +01:00
test Use typed response errors (#587) 2024-06-06 08:06:06 +01:00
.gitattributes Handle clients sending "null" instead of a missing field (#543) 2024-01-14 20:15:33 +00:00
ChangeLog.md Prepare release (#588) 2024-06-06 07:34:46 +00:00
LICENSE Rename haskell-lsp to lsp and bump to 1.0.0.0 2020-10-09 22:34:09 +01:00
lsp-types.cabal Prepare release (#588) 2024-06-06 07:34:46 +00:00
metaModel.json Update the metamodel (#556) 2024-02-09 09:54:12 +00:00
README.md Generate types from the metamodel 2023-05-19 16:02:44 +01:00

Hackage

lsp-types

Haskell library for the data types for Microsoft Language Server Protocol

It is part of the lsp family of packages, along with lsp and lsp-test

Updating the generated code

To update the generated code, run cabal run generator from the lsp-types directory.

Other resource

See #haskell-language-server on IRC freenode