diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-28 17:40:11 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-28 17:40:11 +0800 |
commit | 9de4be8cfdc13cca9d672b708fa4699116a9a82a (patch) | |
tree | e9f41b4466792d889e5ae3893bf00f919cb91419 /script/service | |
parent | 6bc61fd0667b0f05ed225fe0f108e7ce96279291 (diff) | |
download | lua-language-server-9de4be8cfdc13cca9d672b708fa4699116a9a82a.zip |
config of progress
Diffstat (limited to 'script/service')
-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 67de4818..c006be48 100644 --- a/script/service/service.lua +++ b/script/service/service.lua @@ -161,7 +161,7 @@ function m.reportStatus() files.fileCount, collectgarbage('count') / 1000 ) - proto.notify('$/status', info) + proto.notify('$/status/report', info) end)() end |