We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc3fe7 commit eeffd14Copy full SHA for eeffd14
script/provider/provider.lua
@@ -293,7 +293,7 @@ m.register 'textDocument/didChange' {
293
---@async
294
function (params)
295
local doc = params.textDocument
296
- local changes = params.contentChange
+ local changes = params.contentChanges
297
local uri = files.getRealUri(doc.uri)
298
local text = files.getOriginText(uri)
299
if not text then
0 commit comments