summaryrefslogtreecommitdiff
path: root/test-beta.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-11-05 17:29:15 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-11-05 17:29:15 +0800
commit90b3e60098e05375ac721b7e655c2cb63ae227f3 (patch)
tree1fc707fbec3f88aa51ec0743421f8414827d20f4 /test-beta.lua
parent605ed7e981b42507ae27e494617f5b3da3c2ece1 (diff)
downloadlua-language-server-90b3e60098e05375ac721b7e655c2cb63ae227f3.zip
整理代码
Diffstat (limited to 'test-beta.lua')
-rw-r--r--test-beta.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-beta.lua b/test-beta.lua
index 4148bb2d..18e33116 100644
--- a/test-beta.lua
+++ b/test-beta.lua
@@ -37,6 +37,10 @@ local function main()
print(('测试[%s]用时[%.3f]'):format(name, os.clock() - clock))
end
+ local config = require 'config'
+ config.config.runtime.version = 'Lua 5.4'
+ config.config.intelliSense.searchDepth = 5
+
test 'references'
test 'definition'
test 'type_inference'