diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-05 17:29:15 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-05 17:29:15 +0800 |
commit | 90b3e60098e05375ac721b7e655c2cb63ae227f3 (patch) | |
tree | 1fc707fbec3f88aa51ec0743421f8414827d20f4 /test-beta.lua | |
parent | 605ed7e981b42507ae27e494617f5b3da3c2ece1 (diff) | |
download | lua-language-server-90b3e60098e05375ac721b7e655c2cb63ae227f3.zip |
整理代码
Diffstat (limited to 'test-beta.lua')
-rw-r--r-- | test-beta.lua | 4 |
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' |