llm-ls/crates
Diego ROJAS 2a433cdf75
Disable ropey unicode_lines feature (#50)
With the current configuration, Ropey recognises more EOL sequences than the Language Server Protocol. This mismatch can lead to errors when trying to maintain a mirror of the user's documents as the llm-ls might have more lines.

See: https://docs.rs/ropey/1.6.0/ropey/index.html#a-note-about-line-breaks
See: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocuments
2023-12-15 16:11:05 +01:00
..
llm-ls Disable ropey unicode_lines feature (#50) 2023-12-15 16:11:05 +01:00
lsp-client feat: testbed (#39) 2023-11-06 21:26:37 +01:00
mock_server feat: improve tokenizer config (#21) 2023-09-21 17:57:19 +02:00
testbed feat: parallelise at hole level (#44) 2023-11-17 18:05:45 +01:00