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/config.lua | |
parent | 6bc61fd0667b0f05ed225fe0f108e7ce96279291 (diff) | |
download | lua-language-server-9de4be8cfdc13cca9d672b708fa4699116a9a82a.zip |
config of progress
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/script/config.lua b/script/config.lua index 52b22205..cd9b5d33 100644 --- a/script/config.lua +++ b/script/config.lua @@ -157,6 +157,10 @@ local ConfigTemplate = { intelliSense = { searchDepth = {0, Integer}, }, + window = { + statusBar = {true, Boolean}, + progressBar = {true, Boolean}, + }, telemetry = { enable = {true, Boolean}, } |