diff options
author | pommicket <pommicket@gmail.com> | 2022-12-30 15:27:38 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-30 15:27:38 -0500 |
commit | d51f4ce90fc40bb6b1813e7716d1db40cf91ee15 (patch) | |
tree | dbd72d0add72d4923244e93e476deeb422b0ff99 /main.c | |
parent | 547bfbba7a1ef84d397711882a501fc4914addba (diff) |
cancelling requests
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,6 @@ /* @TODO: - handle multiple symbols with same name -- cancelling requests e.g. in ide-definitions.c - more LSP stuff: - find usages - refactoring? @@ -9,6 +8,7 @@ - check if there are any other non-optional/nice-to-have-support-for server-to-client requests - better non-error window/showMessage(Request) - document lsp.h and lsp.c. +- add last_request_id checking to autocomplete_process_lsp_response - maximum queue size for requests/responses just in case? - idea: configurable timeout - what to do if initialize request takes a long time? |