diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-09-20 14:53:06 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-09-20 14:53:09 +0800 |
commit | 2c45bd0ac3a888e23b61bde2f01ec231eef032f1 (patch) | |
tree | eb53ab54d0daed1a59acafc1d967a3e2e305091c /locale/en-us | |
parent | ebc6adb875045a3cc100787f801f8e50bedac7ce (diff) | |
download | lua-language-server-2c45bd0ac3a888e23b61bde2f01ec231eef032f1.zip |
resolve #1557 `Lua.misc.executablePath`
Diffstat (limited to 'locale/en-us')
-rw-r--r-- | locale/en-us/setting.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua index fd6b069f..7d1a30b1 100644 --- a/locale/en-us/setting.lua +++ b/locale/en-us/setting.lua @@ -262,7 +262,9 @@ config.telemetry.enable = Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Home#privacy). ]] config.misc.parameters = -'[Command line parameters](https://github.com/sumneko/lua-telemetry-server/tree/master/method) when starting the language service in VSCode.' +'[Command line parameters](https://github.com/sumneko/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/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.' config.IntelliSense.traceReturn = |