Skip to content

Commit b2857d1

Browse files
committed
fix #1149
1 parent 130a69f commit b2857d1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
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.2.5
4+
* `FIX` [#1149](https://github.com/sumneko/lua-language-server/issues/1149)
5+
36
## 3.2.4
47
`2022-5-25`
58
* `NEW` settings:

script/library.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,9 @@ local function check3rd(uri)
477477
if hasAsked then
478478
return
479479
end
480+
if not ws.isReady(uri) then
481+
return
482+
end
480483
if not config.get(uri, 'Lua.workspace.checkThirdParty') then
481484
return
482485
end

0 commit comments

Comments
 (0)