summaryrefslogtreecommitdiff
path: root/script/core/noder.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-11-16 16:08:15 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-11-18 17:10:46 +0800
commit33edcc5b465fdb7bd161852114f2b8eb95936fb2 (patch)
tree0bde7544d62ddf505762659683410384c00a20c8 /script/core/noder.lua
parentab66ba1271153ae9113749ac12aa59f01dd51f48 (diff)
downloadlua-language-server-33edcc5b465fdb7bd161852114f2b8eb95936fb2.zip
cleanup
Diffstat (limited to 'script/core/noder.lua')
-rw-r--r--script/core/noder.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/noder.lua b/script/core/noder.lua
index 90f92599..308ce876 100644
--- a/script/core/noder.lua
+++ b/script/core/noder.lua
@@ -748,7 +748,7 @@ local function bindValue(noders, source, id)
end
if source.type == 'getlocal'
or source.type == 'setlocal' then
- if not config.get 'Lua.IntelliSense.localSet' then
+ if not config.get 'Lua.IntelliSense.traceLocalSet' then
return
end
source = source.node