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.
1 parent 130a69f commit b2857d1Copy full SHA for b2857d1
changelog.md
@@ -1,5 +1,8 @@
1
# changelog
2
3
+## 3.2.5
4
+* `FIX` [#1149](https://github.com/sumneko/lua-language-server/issues/1149)
5
+
6
## 3.2.4
7
`2022-5-25`
8
* `NEW` settings:
script/library.lua
@@ -477,6 +477,9 @@ local function check3rd(uri)
477
if hasAsked then
478
return
479
end
480
+ if not ws.isReady(uri) then
481
+ return
482
+ end
483
if not config.get(uri, 'Lua.workspace.checkThirdParty') then
484
485
0 commit comments