Skip to content

Commit

Permalink
match case
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhiya committed Oct 16, 2024
1 parent ac01ac2 commit c124721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/fittencode/chat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ local function resolve_variables_internal(v, tm)
['selected-text-with-diagnostics'] = function()
return dse.get_selected_text_with_diagnostics({ diagnostic_severities = t.severities })
end,
['error_message'] = function()
['errorMessage'] = function()
return ul.get_diagnose_info()
end,
['error_location'] = function()
['errorLocation'] = function()
return ul.get_error_location()
end,
['title-selected-text'] = function()
Expand Down

0 comments on commit c124721

Please sign in to comment.