diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-01-18 20:51:08 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-01-18 20:51:08 +0800 |
commit | fbdfcb59b261672454aee34d486e7f06b5a5d114 (patch) | |
tree | 120204a4055fab5eb487559258735f1524650a78 /test.lua | |
parent | 2f6cd61ad2f37a680be1a0c19e09ff4fee1af48d (diff) | |
download | lua-language-server-fbdfcb59b261672454aee34d486e7f06b5a5d114.zip |
update default setting values
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,6 +20,8 @@ log = require 'log' log.init(ROOT, ROOT / 'log' / 'test.log') log.debug('测试开始') +LOCALE = 'zh-cn' + --dofile((ROOT / 'build_package.lua'):string()) require 'tracy' @@ -67,7 +69,6 @@ local function testAll() end local function main() - LOCALE = 'zh-cn' require 'utility'.enableCloseFunction() require 'client' .client 'VSCode' |