mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 21:37:43 +00:00
fix: resolve all remaining LuaLS diagnostics
This commit is contained in:
committed by
Lewis Russell
parent
83479b95ab
commit
6aa42e8f92
@@ -47,7 +47,7 @@ RSC[ms.dollar_progress] = function(_, params, ctx)
|
||||
local value = params.value
|
||||
|
||||
if type(value) == 'table' then
|
||||
kind = value.kind
|
||||
kind = value.kind --- @type string
|
||||
-- Carry over title of `begin` messages to `report` and `end` messages
|
||||
-- So that consumers always have it available, even if they consume a
|
||||
-- subset of the full sequence
|
||||
|
||||
Reference in New Issue
Block a user