From 3899160724e488f194c7844e819a649445f0dd57 Mon Sep 17 00:00:00 2001 From: carsakiller Date: Thu, 10 Aug 2023 23:29:50 -0400 Subject: chore: replace wiki references --- locale/en-us/setting.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'locale/en-us/setting.lua') diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua index b15f3659..8a422d06 100644 --- a/locale/en-us/setting.lua +++ b/locale/en-us/setting.lua @@ -27,7 +27,7 @@ config.runtime.unicodeName = config.runtime.nonstandardSymbol = "Supports non-standard symbols. Make sure that your runtime environment supports these symbols." config.runtime.plugin = -"Plugin path. Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/Plugins) to learn more." +"Plugin path. Please read [wiki](https://luals.github.io/wiki/plugins) to learn more." config.runtime.pluginArgs = "Additional arguments for the plugin." config.runtime.fileEncoding = @@ -273,7 +273,7 @@ config.nameStyle.config = 'Set name style config' config.telemetry.enable = [[ -Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/LuaLS/lua-language-server/wiki/Home#privacy). +Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://luals.github.io/privacy/#language-server). ]] config.misc.parameters = '[Command line parameters](https://github.com/LuaLS/lua-telemetry-server/tree/master/method) when starting the language server in VSCode.' -- cgit v1.2.3 From 7269e52402970f8a7355c8d7cf03081fc9a22fb0 Mon Sep 17 00:00:00 2001 From: carsakiller Date: Thu, 10 Aug 2023 23:46:10 -0400 Subject: chore: remove old intellisense documentation --- locale/en-us/setting.lua | 8 -------- 1 file changed, 8 deletions(-) (limited to 'locale/en-us/setting.lua') diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua index 8a422d06..80926d12 100644 --- a/locale/en-us/setting.lua +++ b/locale/en-us/setting.lua @@ -279,14 +279,6 @@ config.misc.parameters = '[Command line parameters](https://github.com/LuaLS/lua-telemetry-server/tree/master/method) when starting the language server in VSCode.' config.misc.executablePath = 'Specify the executable path in VSCode.' -config.IntelliSense.traceLocalSet = -'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.' -config.IntelliSense.traceReturn = -'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.' -config.IntelliSense.traceBeSetted = -'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.' -config.IntelliSense.traceFieldInject = -'Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.' config.type.castNumberToInteger = 'Allowed to assign the `number` type to the `integer` type.' config.type.weakUnionCheck = -- cgit v1.2.3