summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-07-01 20:00:22 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-07-01 20:00:22 +0800
commit71e3ff51d3fb21f3e78a3948809ce4ae92613de2 (patch)
tree936752e4377a48281cd4b1752b53bcda1352d0bb /test.lua
parent8077e3e08f2dd799ef9b5335005f1bf85d6340cd (diff)
downloadlua-language-server-71e3ff51d3fb21f3e78a3948809ce4ae92613de2.zip
cleanup
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index 44b3c45b..d721be73 100644
--- a/test.lua
+++ b/test.lua
@@ -86,7 +86,7 @@ local function main()
require 'utility'.enableCloseFunction()
local config = require 'config'
- config.Lua.runtime.version = 'Lua 5.4'
+ config.set('Lua.runtime.version', 'Lua 5.4')
--config.Lua.intelliSense.searchDepth = 5
loadDocMetas()