diff options
author | carsakiller <carsakiller@gmail.com> | 2023-08-10 23:46:10 -0400 |
---|---|---|
committer | carsakiller <carsakiller@gmail.com> | 2023-08-10 23:46:10 -0400 |
commit | 7269e52402970f8a7355c8d7cf03081fc9a22fb0 (patch) | |
tree | 6a5b0e156ee37be1b06e979ef103acd1bfe012d2 /locale/zh-tw/setting.lua | |
parent | 3899160724e488f194c7844e819a649445f0dd57 (diff) | |
download | lua-language-server-7269e52402970f8a7355c8d7cf03081fc9a22fb0.zip |
chore: remove old intellisense documentation
Diffstat (limited to 'locale/zh-tw/setting.lua')
-rw-r--r-- | locale/zh-tw/setting.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/locale/zh-tw/setting.lua b/locale/zh-tw/setting.lua index 1b984220..c8e0dbfc 100644 --- a/locale/zh-tw/setting.lua +++ b/locale/zh-tw/setting.lua @@ -278,14 +278,6 @@ config.misc.parameters = 'VSCode中啟動語言伺服時的[命令列參數](https://luals.github.io/wiki/usage#arguments)。' config.misc.executablePath = -- TODO: need translate! 'Specify the executable path in VSCode.' -config.IntelliSense.traceLocalSet = -'請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。' -config.IntelliSense.traceReturn = -'請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。' -config.IntelliSense.traceBeSetted = -'請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。' -config.IntelliSense.traceFieldInject = -'請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。' config.type.castNumberToInteger = '允許將 `number` 類型賦值給 `integer` 類型。' config.type.weakUnionCheck = |