Skip to content

Commit

Permalink
fix #1249
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Jun 29, 2022
1 parent 57eeaa4 commit c8a7122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
* `FIX` [#1228](https://github.com/sumneko/lua-language-server/issues/1228)
* `FIX` [#1229](https://github.com/sumneko/lua-language-server/issues/1229)
* `FIX` [#1242](https://github.com/sumneko/lua-language-server/issues/1242)
* `FIX` [#1249](https://github.com/sumneko/lua-language-server/issues/1249)

## 3.3.1
`2022-6-17`
Expand Down
2 changes: 1 addition & 1 deletion script/core/diagnostics/codestyle-check.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local pformatting = require 'provider.formatting'

---@async
return function(uri, callback)
local text = files.getText(uri)
local text = files.getOriginText(uri)
if not text then
return
end
Expand Down

0 comments on commit c8a7122

Please sign in to comment.