Skip to content

Commit

Permalink
Regenerated lua
Browse files Browse the repository at this point in the history
  • Loading branch information
svermeulen committed Oct 15, 2024
1 parent 77c19a9 commit 9eba8c6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions gen/teal_language_server/misc_handlers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -304,14 +304,9 @@ function MiscHandlers:_on_hover(params, id)

tracing.trace(_module_name, "Successfully found type_info: {}", { type_info })





local type_str = type_info.str

local type_str = doc:show_type(type_info)
self._lsp_reader_writer:send_rpc(id, {
contents = { type_str },
contents = { tk.tk .. ":", type_str },
range = {
start = lsp.position(token_pos.line, token_pos.character),
["end"] = lsp.position(token_pos.line, token_pos.character + #tk.tk),
Expand Down

0 comments on commit 9eba8c6

Please sign in to comment.