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/pt-br/setting.lua | |
parent | 3899160724e488f194c7844e819a649445f0dd57 (diff) | |
download | lua-language-server-7269e52402970f8a7355c8d7cf03081fc9a22fb0.zip |
chore: remove old intellisense documentation
Diffstat (limited to 'locale/pt-br/setting.lua')
-rw-r--r-- | locale/pt-br/setting.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/locale/pt-br/setting.lua b/locale/pt-br/setting.lua index 2229cef5..4e23e0ff 100644 --- a/locale/pt-br/setting.lua +++ b/locale/pt-br/setting.lua @@ -279,14 +279,6 @@ config.misc.parameters = -- TODO: need translate! '[Command line parameters](https://github.com/LuaLS/lua-telemetry-server/tree/master/method) when starting the language service in VSCode.' config.misc.executablePath = -- TODO: need translate! 'Specify the executable path in VSCode.' -config.IntelliSense.traceLocalSet = -- TODO: need translate! -'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.' -config.IntelliSense.traceReturn = -- TODO: need translate! -'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.' -config.IntelliSense.traceBeSetted = -- TODO: need translate! -'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.' -config.IntelliSense.traceFieldInject = -- TODO: need translate! -'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.' config.type.castNumberToInteger = -- TODO: need translate! 'Allowed to assign the `number` type to the `integer` type.' config.type.weakUnionCheck = -- TODO: need translate! |