summaryrefslogtreecommitdiff
path: root/test/crossfile
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-11-16 17:31:45 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-11-16 17:31:45 +0800
commitc828a3373bb1eec3e59a48f08fdffa5fbc5f4a8a (patch)
tree4a2a1202243bb69bdff3e0678e8c6493b25f4312 /test/crossfile
parent923ede4e6dc4280b2c33bec1374c4aada0afa11d (diff)
downloadlua-language-server-c828a3373bb1eec3e59a48f08fdffa5fbc5f4a8a.zip
update
Diffstat (limited to 'test/crossfile')
-rw-r--r--test/crossfile/allreferences.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/crossfile/allreferences.lua b/test/crossfile/allreferences.lua
index bddc159d..6c7febeb 100644
--- a/test/crossfile/allreferences.lua
+++ b/test/crossfile/allreferences.lua
@@ -1,3 +1,4 @@
+local config = require 'config'
TEST {
{
@@ -67,6 +68,7 @@ TEST {
},
}
+config.set('Lua.IntelliSense.traceBeSetted', true)
TEST {
{
path = 'a.lua',
@@ -213,3 +215,5 @@ TEST {
]]
},
}
+config.set('Lua.IntelliSense.traceBeSetted', false)
+