diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-01-12 15:48:34 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-01-12 15:48:34 +0800 |
commit | d066720039568bab0126bc058faf23588500562a (patch) | |
tree | cec0ab3c115a980aa89b14749139ccccc83e2a25 /script/workspace | |
parent | 29768d95d40559ddb60f9852c6bec907196117e8 (diff) | |
download | lua-language-server-d066720039568bab0126bc058faf23588500562a.zip |
fix
Diffstat (limited to 'script/workspace')
-rw-r--r-- | script/workspace/workspace.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/script/workspace/workspace.lua b/script/workspace/workspace.lua index 3d8a7890..ae33ad19 100644 --- a/script/workspace/workspace.lua +++ b/script/workspace/workspace.lua @@ -477,9 +477,6 @@ end ---@param uri uri function m.isReady(uri) local scp = m.getScope(uri) - if scp.type == 'fallback' then - return true - end return scp:get('ready') == true end |