summaryrefslogtreecommitdiff
path: root/test/crossfile
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-11-18 17:18:27 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-11-18 17:18:27 +0800
commit4a6afbfd9d1ebaac825da84e9e884d27c18344e3 (patch)
tree6d53ed32a25399c75f36a9a2f8baf83422e39127 /test/crossfile
parentbe7784375a1da83ded98af98ae87d36b2b7f4aa2 (diff)
downloadlua-language-server-4a6afbfd9d1ebaac825da84e9e884d27c18344e3.zip
`traceGlobalInject`
Diffstat (limited to 'test/crossfile')
-rw-r--r--test/crossfile/definition.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/crossfile/definition.lua b/test/crossfile/definition.lua
index 37c10db6..1dd14058 100644
--- a/test/crossfile/definition.lua
+++ b/test/crossfile/definition.lua
@@ -770,6 +770,7 @@ TEST {
},
}
+config.set('Lua.IntelliSense.traceGlobalInject', true)
TEST {
{
path = 'a.lua',
@@ -790,6 +791,7 @@ print(b.<?test?>)
]]
}
}
+config.set('Lua.IntelliSense.traceGlobalInject', false)
TEST {
{