diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-10-29 20:58:47 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-10-29 20:58:47 +0800 |
commit | 2620918840cb28fdd641fa986367ad9e8175a730 (patch) | |
tree | 7c1665dfae55d9c9bc3b3778271fd7b76093eb87 /main-beta.lua | |
parent | d5ecec7f362db69879e5097e41bd334d76260783 (diff) | |
download | lua-language-server-2620918840cb28fdd641fa986367ad9e8175a730.zip |
优化性能
Diffstat (limited to 'main-beta.lua')
-rw-r--r-- | main-beta.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main-beta.lua b/main-beta.lua index 0f52e962..8e2bdb29 100644 --- a/main-beta.lua +++ b/main-beta.lua @@ -18,4 +18,6 @@ xpcall(dofile, log.debug, rootPath .. '/debugger.lua') local service = require 'service' +-- TODO +ALL_DEEP = true service.start() |