summaryrefslogtreecommitdiff
path: root/test/definition
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 /test/definition
parentab66ba1271153ae9113749ac12aa59f01dd51f48 (diff)
downloadlua-language-server-33edcc5b465fdb7bd161852114f2b8eb95936fb2.zip
cleanup
Diffstat (limited to 'test/definition')
-rw-r--r--test/definition/bug.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/definition/bug.lua b/test/definition/bug.lua
index d9f85899..7a2cc789 100644
--- a/test/definition/bug.lua
+++ b/test/definition/bug.lua
@@ -172,7 +172,7 @@ string.xx:<?format?>()
--v.<?bar1?>
--]]
-config.set('Lua.IntelliSense.localSet', true)
+config.set('Lua.IntelliSense.traceLocalSet', true)
TEST [[
local A, B
@@ -232,7 +232,7 @@ end
local <!b!> = B:get()
print(<?b?>)
]]
-config.set('Lua.IntelliSense.localSet', false)
+config.set('Lua.IntelliSense.traceLocalSet', false)
TEST [[
g[a.b.c] = 1