diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-16 17:31:45 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-18 17:10:59 +0800 |
commit | 3843e72b87de1aa8903352d532dbdb60ed662da1 (patch) | |
tree | 626861e124ad08272b31d24e0c4701c2f90d5e3a /script | |
parent | 19d38a540f37eff20c7fad1f35143f685a1831eb (diff) | |
download | lua-language-server-3843e72b87de1aa8903352d532dbdb60ed662da1.zip |
update
Diffstat (limited to 'script')
-rw-r--r-- | script/core/noder.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/script/core/noder.lua b/script/core/noder.lua index f7cfc785..79cff366 100644 --- a/script/core/noder.lua +++ b/script/core/noder.lua @@ -766,10 +766,7 @@ local function bindValue(noders, source, id) -- x = y : x -> y pushForward(noders, id, valueID, INFO_REJECT_SET) if not config.get 'Lua.IntelliSense.traceBeSetted' - and source.type ~= 'local' - and source.type ~= 'tablefield' - and source.type ~= 'tableindex' - and source.type ~= 'setglobal' then + and source.type ~= 'local' then return end -- 参数/call禁止反向查找赋值 |