SilasMarvin / lsp-ai

LSP-AI is an open-source language server that serves as a backend for AI-powered functionality, designed to assist and empower software engineers, not replace them.
MIT License
1.82k stars 55 forks source link

Support lsp_client.cancel_requests() #29

Open SuperBo opened 1 week ago

SuperBo commented 1 week ago

While developing neovim plugin for LSP-AI, I found that despite of asking LSP to cancel previous request, I still received multiple responses from server.

SilasMarvin commented 1 week ago

Great issue to flag. This is something we need to add support for. For right now, I would just ignore them, but I will get this on the roadmap.

Thanks for making an issue for it!