diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-12-18 05:57:36 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-12-18 05:57:36 +0800 |
commit | a2ca88cc7e078ce0c06a2140be3efdcf6cfe6c02 (patch) | |
tree | 6a8b094d46ab58f6e5776692d8d36cfa66a88ff1 /locale/zh-tw/setting.lua | |
parent | 97324851ab26d32a8b5fa56b7b3a867692100fb4 (diff) | |
download | lua-language-server-a2ca88cc7e078ce0c06a2140be3efdcf6cfe6c02.zip |
complete code lens
Diffstat (limited to 'locale/zh-tw/setting.lua')
-rw-r--r-- | locale/zh-tw/setting.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/zh-tw/setting.lua b/locale/zh-tw/setting.lua index b33ed782..dfd647fd 100644 --- a/locale/zh-tw/setting.lua +++ b/locale/zh-tw/setting.lua @@ -255,6 +255,8 @@ config.hint.semicolon.SameLine = '兩個陳述式在同一行時,在它們之間顯示分號。' config.hint.semicolon.Disable = '停用虛擬分號。' +config.codeLens.enable = -- TODO: need translate! +'Enable code lens.' config.format.enable = '啟用程式碼格式化程式。' config.format.defaultConfig = |