summaryrefslogtreecommitdiff
path: root/script/service/service.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-12-30 22:15:27 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-12-30 22:15:27 +0800
commitd5433249e920969365f7cc16f1fffb6b42383d29 (patch)
treeef9a5b58008e8af4a654dfd652a2d6da8e79971d /script/service/service.lua
parentf5116cd44bec44e765a02b61bce478071fa048a7 (diff)
downloadlua-language-server-d5433249e920969365f7cc16f1fffb6b42383d29.zip
update
Diffstat (limited to 'script/service/service.lua')
-rw-r--r--script/service/service.lua2
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,