Skip to content

Commit 7269e52

Browse files
committed
chore: remove old intellisense documentation
1 parent 3899160 commit 7269e52

File tree

4 files changed

+0
-32
lines changed

4 files changed

+0
-32
lines changed

locale/en-us/setting.lua

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,6 @@ config.misc.parameters =
279279
'[Command line parameters](https://github.com/LuaLS/lua-telemetry-server/tree/master/method) when starting the language server in VSCode.'
280280
config.misc.executablePath =
281281
'Specify the executable path in VSCode.'
282-
config.IntelliSense.traceLocalSet =
283-
'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
284-
config.IntelliSense.traceReturn =
285-
'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
286-
config.IntelliSense.traceBeSetted =
287-
'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
288-
config.IntelliSense.traceFieldInject =
289-
'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
290282
config.type.castNumberToInteger =
291283
'Allowed to assign the `number` type to the `integer` type.'
292284
config.type.weakUnionCheck =

locale/pt-br/setting.lua

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,6 @@ config.misc.parameters = -- TODO: need translate!
279279
'[Command line parameters](https://github.com/LuaLS/lua-telemetry-server/tree/master/method) when starting the language service in VSCode.'
280280
config.misc.executablePath = -- TODO: need translate!
281281
'Specify the executable path in VSCode.'
282-
config.IntelliSense.traceLocalSet = -- TODO: need translate!
283-
'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
284-
config.IntelliSense.traceReturn = -- TODO: need translate!
285-
'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
286-
config.IntelliSense.traceBeSetted = -- TODO: need translate!
287-
'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
288-
config.IntelliSense.traceFieldInject = -- TODO: need translate!
289-
'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.'
290282
config.type.castNumberToInteger = -- TODO: need translate!
291283
'Allowed to assign the `number` type to the `integer` type.'
292284
config.type.weakUnionCheck = -- TODO: need translate!

locale/zh-cn/setting.lua

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -278,14 +278,6 @@ config.misc.parameters =
278278
'VSCode中启动语言服务时的[命令行参数](https://luals.github.io/wiki/usage#arguments)。'
279279
config.misc.executablePath =
280280
'VSCode中指定可执行文件路径。'
281-
config.IntelliSense.traceLocalSet =
282-
'请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)了解用法。'
283-
config.IntelliSense.traceReturn =
284-
'请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)了解用法。'
285-
config.IntelliSense.traceBeSetted =
286-
'请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)了解用法。'
287-
config.IntelliSense.traceFieldInject =
288-
'请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)了解用法。'
289281
config.type.castNumberToInteger =
290282
'允许将 `number` 类型赋给 `integer` 类型。'
291283
config.type.weakUnionCheck =

locale/zh-tw/setting.lua

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -278,14 +278,6 @@ config.misc.parameters =
278278
'VSCode中啟動語言伺服時的[命令列參數](https://luals.github.io/wiki/usage#arguments)。'
279279
config.misc.executablePath = -- TODO: need translate!
280280
'Specify the executable path in VSCode.'
281-
config.IntelliSense.traceLocalSet =
282-
'請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。'
283-
config.IntelliSense.traceReturn =
284-
'請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。'
285-
config.IntelliSense.traceBeSetted =
286-
'請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。'
287-
config.IntelliSense.traceFieldInject =
288-
'請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。'
289281
config.type.castNumberToInteger =
290282
'允許將 `number` 類型賦值給 `integer` 類型。'
291283
config.type.weakUnionCheck =

0 commit comments

Comments
 (0)