diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-12-30 22:15:27 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-12-30 22:15:27 +0800 |
commit | d5433249e920969365f7cc16f1fffb6b42383d29 (patch) | |
tree | ef9a5b58008e8af4a654dfd652a2d6da8e79971d /script/service/service.lua | |
parent | f5116cd44bec44e765a02b61bce478071fa048a7 (diff) | |
download | lua-language-server-d5433249e920969365f7cc16f1fffb6b42383d29.zip |
update
Diffstat (limited to 'script/service/service.lua')
-rw-r--r-- | script/service/service.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/service/service.lua b/script/service/service.lua index 4594b9aa..087ee85e 100644 --- a/script/service/service.lua +++ b/script/service/service.lua @@ -197,7 +197,7 @@ function m.reportStatus() end info.tooltip = lang.script('WINDOW_LUA_STATUS', { - ws = table.concat(roots, '/'), + ws = table.concat(roots, ';'), ast = files.astCount, max = files.fileCount, mem = collectgarbage('count') / 1000, |