Skip to content

Commit 00fdd47

Browse files
committed
fix shake of codeLens
1 parent a1f2da8 commit 00fdd47

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# changelog
22

3+
## 3.6.24
4+
* `FIX` shake of `codeLens`
5+
36
## 3.6.23
47
`2023-7-7`
58
* `CHG` signature: narrow by inputed literal

script/provider/provider.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ m.register 'textDocument/codeLens' {
904904
resolveProvider = true,
905905
}
906906
},
907-
abortByFileUpdate = true,
907+
--abortByFileUpdate = true,
908908
---@async
909909
function (params)
910910
local uri = files.getRealUri(params.textDocument.uri)

0 commit comments

Comments
 (0)