diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-18 17:42:44 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-18 17:42:44 +0800 |
commit | 90872b33a8beacadcb4793acf18d0feff56ebedb (patch) | |
tree | af853e6cc78a673c57f6c5d310f395e194c527a4 /script/core | |
parent | ac13ea470693e8c272514065be98771928494b6e (diff) | |
download | lua-language-server-90872b33a8beacadcb4793acf18d0feff56ebedb.zip |
rename `traceGlobalInject` -> traceFieldInject
Diffstat (limited to 'script/core')
-rw-r--r-- | script/core/noder.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/noder.lua b/script/core/noder.lua index ae38a555..cdf2c710 100644 --- a/script/core/noder.lua +++ b/script/core/noder.lua @@ -482,7 +482,7 @@ local function getNodeKey(source) if methodNode then return getNodeKey(methodNode) end - if config.get 'Lua.IntelliSense.traceGlobalInject' then + if config.get 'Lua.IntelliSense.traceFieldInject' then local localValueID = getLocalValueID(source) if localValueID then return localValueID |