package linol
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
LSP server library
Install
dune-project
Dependency
Authors
Maintainers
Sources
linol-0.11.tbz
sha256=6718c7ca79ebff542172f20f418f71f3f1679eb6120f543b5c5c28d85906e215
sha512=1e7e963b5af3ea861cc1367ee6e80fd9add8e6809229c2904f7a16e694cb48a2058063bd3856e6440e7b197f753474bf83c0c9ec2d78325cfef2b734eb9d4ca2
doc/CHANGES.html
0.11
- breaking: the Eio library now needs the output channel to be paired with an
Eio.Mutex.tto prevent race conditions (#58) - Allow request handlers to return Response.Errors
- bring back
Linol_eio.spawnfor logging uncaught exceptions - Make template-eio handle requests concurrently
0.10
- use
git subtreeto vendor lsp+jsonrpc, so that they are not dependencies anymore and do not conflict with other users - Add
filter_text_documentto ignore some documents
0.9
- Drop redundant dependency on atomic
- Add support for lsp 1.22
0.8
- move to LSP 1.19 and 1.20
0.7
- Handle
End_of_fileby exiting - Fix: make server requests thread safe
- Use positionEncoding advertised by clients
- Use IO.catch in async
- Log exceptions in async notification handler
- Add more error handlers and logging around notif/request handlers
- Add on_req_shutdown
0.6
- Support textDocument/didSave notification
- advertise inlay hints server capability
- Implement Eio backend in
linol-eio - jsonrpc2: add ?on_received/?on_sent
- drop redundant dependency on atomic
0.5
- api break: put
spawnin the server itself, notIO - require OCaml 4.14
- migrate to lsp 1.17
- support inlay hints
- internal tracing with
trace - [#24] Expose get_uri for notify_back
- expose log source
- [#22] Threat shutdown and exit requests correctly
- [#20] Handle messages with null value for "params" field
- Handle server requests
- handle workDoneTokens
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>