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.
codeLens
1 parent a1f2da8 commit 00fdd47Copy full SHA for 00fdd47
changelog.md
@@ -1,5 +1,8 @@
1
# changelog
2
3
+## 3.6.24
4
+* `FIX` shake of `codeLens`
5
+
6
## 3.6.23
7
`2023-7-7`
8
* `CHG` signature: narrow by inputed literal
script/provider/provider.lua
@@ -904,7 +904,7 @@ m.register 'textDocument/codeLens' {
904
resolveProvider = true,
905
}
906
},
907
- abortByFileUpdate = true,
+ --abortByFileUpdate = true,
908
---@async
909
function (params)
910
local uri = files.getRealUri(params.textDocument.uri)
0 commit comments