We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b163979 commit b1c2c5bCopy full SHA for b1c2c5b
1 file changed
lua/eca/server.lua
@@ -208,16 +208,6 @@ function M:stop()
208
self.initialized = false
209
end
210
211
-function M:handle_content(method, params)
212
- if method == "chat/contentReceived" then
213
- local eca = require("eca")
214
- local sidebar = eca.get(false)
215
- if sidebar and params then
216
- sidebar:handle_chat_content_received(params)
217
- end
218
219
-end
220
-
221
---@return boolean
222
function M:is_running()
223
return self.process and not self.process:is_closing()
0 commit comments