We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57eeaa4 commit c8a7122Copy full SHA for c8a7122
changelog.md
@@ -48,6 +48,7 @@
48
* `FIX` [#1228](https://github.com/sumneko/lua-language-server/issues/1228)
49
* `FIX` [#1229](https://github.com/sumneko/lua-language-server/issues/1229)
50
* `FIX` [#1242](https://github.com/sumneko/lua-language-server/issues/1242)
51
+* `FIX` [#1249](https://github.com/sumneko/lua-language-server/issues/1249)
52
53
## 3.3.1
54
`2022-6-17`
script/core/diagnostics/codestyle-check.lua
@@ -7,7 +7,7 @@ local pformatting = require 'provider.formatting'
7
8
---@async
9
return function(uri, callback)
10
- local text = files.getText(uri)
+ local text = files.getOriginText(uri)
11
if not text then
12
return
13
end
0 commit comments