Skip to content

Commit

Permalink
fix #1149
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed May 27, 2022
1 parent 130a69f commit b2857d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# changelog

## 3.2.5
* `FIX` [#1149](https://github.com/sumneko/lua-language-server/issues/1149)

## 3.2.4
`2022-5-25`
* `NEW` settings:
Expand Down
3 changes: 3 additions & 0 deletions script/library.lua
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,9 @@ local function check3rd(uri)
if hasAsked then
return
end
if not ws.isReady(uri) then
return
end
if not config.get(uri, 'Lua.workspace.checkThirdParty') then
return
end
Expand Down

0 comments on commit b2857d1

Please sign in to comment.