diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-28 16:33:25 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-28 16:33:25 +0800 |
commit | 17441837e8e9e2f400794fde0f6473ba10ea288f (patch) | |
tree | 5fc80190fc30ea7935fc3bfce730fde738a08a5f /script/files.lua | |
parent | bdc9f6d325362b8f834cb1d5e9be1911226d1961 (diff) | |
download | lua-language-server-17441837e8e9e2f400794fde0f6473ba10ea288f.zip |
status
Diffstat (limited to 'script/files.lua')
-rw-r--r-- | script/files.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/script/files.lua b/script/files.lua index 61ebb564..710d73bf 100644 --- a/script/files.lua +++ b/script/files.lua @@ -790,11 +790,6 @@ function m.init() -- collectgarbage() -- end --end) - --local prog = progress.create('已缓存文件') - - --timer.loop(0.1, function () - -- prog:setMessage(('%s/%s'):format(m.astCount, m.fileCount)) - --end)() end return m |