Commit Graph

17 Commits

Author SHA1 Message Date
itdominator 248771d57e Did personalizxed formatting; example cleanup; added some client commands 2023-11-11 23:38:53 -06:00
smathot d2572c9f38 LspEndpoint: add timeout 2020-12-23 11:42:36 +01:00
smathot a10ed5327b Minor fixes
- Add CompletionItemKind
- Don't require containerName in SumbolInformation
2020-12-22 13:49:04 +01:00
Utkarsh Saxena 4dcaacc587
Capture Score of a CompletionItem.
LSPServer (like clangd) can send Score of a CompletionItem as a result
of textDocument/completion.

Store it to avoid crashing while interacting with such servers.
2020-10-13 14:16:29 +02:00
smathot 8d162afd48 LspEndpoint: check server exit before parsing message 2020-05-04 08:13:30 +02:00
Yeger d4d59dc08c
Merge pull request #10 from LeetCode-OpenSource/fix_race_conditions
Fix race condition on stopping lsp client
2020-01-14 22:39:53 +02:00
Ashish Bansal ff6c2e7f15
Fix race condition on stopping lsp client 2019-12-08 00:13:02 +05:30
Ashish Bansal 59c48cdd62
Fix memory leaks in LspEndpoint 2019-12-08 00:06:38 +05:30
yeger 06476f3a28 adding did change method 2019-06-21 04:51:53 -04:00
yeger 622a919e76 adding defintion and declaration support 2019-06-19 13:36:19 -04:00
yeger 9b0b41b89e some fixes 2019-05-12 15:12:13 -04:00
yeger ae7305d84f passing only params to callbacks 2019-01-11 17:55:02 -05:00
yeger 07c6b40f8b fixing decode in python3 2019-01-11 14:00:40 -05:00
yeger 83b615c060 sending result from methods 2019-01-05 10:41:59 -05:00
yeger a6286c15e1 adding completion support, and remove some debug prints 2018-12-11 15:06:51 -05:00
yeger 11cef6c233 more tests, and travis yaml integration 2018-12-02 16:11:15 -05:00
yeger ac17709700 moved classes to different files and fixed __init__ 2018-11-12 17:13:15 -05:00