From 90b3e60098e05375ac721b7e655c2cb63ae227f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Thu, 5 Nov 2020 17:29:15 +0800 Subject: =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-beta.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test-beta.lua') 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' -- cgit v1.2.3