Skip to content

Commit

Permalink
fix shake of codeLens
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Jul 14, 2023
1 parent a1f2da8 commit 00fdd47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# changelog

## 3.6.24
* `FIX` shake of `codeLens`

## 3.6.23
`2023-7-7`
* `CHG` signature: narrow by inputed literal
Expand Down
2 changes: 1 addition & 1 deletion script/provider/provider.lua
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ m.register 'textDocument/codeLens' {
resolveProvider = true,
}
},
abortByFileUpdate = true,
--abortByFileUpdate = true,
---@async
function (params)
local uri = files.getRealUri(params.textDocument.uri)
Expand Down

0 comments on commit 00fdd47

Please sign in to comment.