summaryrefslogtreecommitdiff
path: root/script/service/service.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-01-31 02:31:53 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-01-31 02:31:53 +0800
commita51dfc312937a98fdf715716faba83591ad90971 (patch)
treea5f71f811ebba01adbc9c083fd2bce097af34be2 /script/service/service.lua
parent7dad2103391f3acdd260d7df98a35d3056cd1bad (diff)
downloadlua-language-server-a51dfc312937a98fdf715716faba83591ad90971.zip
show workspace path
Diffstat (limited to 'script/service/service.lua')
-rw-r--r--script/service/service.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/service/service.lua b/script/service/service.lua
index c7ca15bf..450440a6 100644
--- a/script/service/service.lua
+++ b/script/service/service.lua
@@ -179,6 +179,7 @@ function m.reportStatus()
info.text = '😺Lua'
end
info.tooltip = lang.script('WINDOW_LUA_STATUS', {
+ ws = ws.path or '',
ast = files.astCount,
max = files.fileCount,
mem = collectgarbage('count') / 1000,