You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/sumneko/lua-language-server/issues"Average time to resolve an issue")
The Lua language server provides various language features for Lua to make development easier and faster. With around half a million installs on Visual Studio Code, it is the most popular extension for Lua language support.
The language server can easily be installed for use in VS Code, but it can also be used by other clients using the command line.
40
33
41
-
-[x] Lua 5.1
42
-
-[x] Lua 5.2
43
-
-[x] Lua 5.3
44
-
-[x] Lua 5.4
45
-
-[x] LuaJIT
34
+
### Visual Studio Code
35
+
[](https://marketplace.visualstudio.com/items?itemName=sumneko.lua)
36
+
The language server and Visual Studio Code client can be installed from [the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=sumneko.lua).
46
37
47
-
If you find any mistakes, please [tell me][issues] or use [Pull Requests][@meta] to fix them directly.
[](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#command-line)
42
+
Check the [wiki for a guide](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#command-line) to install the language server for use on the command line. This allows the language server to be used for NeoVim and other clients that follow the language server protocol.
> ℹ Note: All translations are provided and collaborated on by the community. If you find an inappropriate or harmful translation, [please report it immediately](https://github.com/sumneko/lua-language-server/issues).
60
77
61
-
Please [help me][en-US] improve the quality of `en-US`.
78
+
Are you able to [provide a translation](https://github.com/sumneko/lua-language-server/wiki/Translations)? It would be greatly appreciated!
79
+
80
+
Thank you to [all contributors of translations](https://github.com/sumneko/lua-language-server/commits/master/locale)!
The extensions in the VSCode market already come with pre-compiled binary files, usually you don't need to compile them.
84
+
## Configuration
85
+
Configuration of the server can be done in a number of ways, which are explained more in-depth in the [wiki](https://github.com/sumneko/lua-language-server/wiki/Configuration-File).
86
+
87
+
### Visual Studio Code
88
+
You can use the [settings editor](https://code.visualstudio.com/docs/getstarted/settings#_settings-editor) or edit the [raw JSON file](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson).
67
89
68
-
Other clients can first try to download and use [pre-compiled binary files](https://github.com/sumneko/lua-language-server/wiki/Get-Started#command-line).
90
+
### Other
91
+
See the [configuration file wiki page](https://github.com/sumneko/lua-language-server/wiki/Configuration-File).
69
92
70
-
If you need to compile by yourself, please refer to [here](https://github.com/sumneko/lua-language-server/wiki/Getting-Started#build)
71
93
72
-
## Setting
94
+
## Privacy
95
+
This language server has **opt-in** telemetry that collects usage data and sends it to the development team to help improve the extension. Read our [privacy policy](https://github.com/sumneko/lua-language-server/wiki/Home#privacy) to learn more.
73
96
74
-
* In VSCode: Just use the setting of VSCode.
75
-
* Standalone: See https://github.com/sumneko/lua-language-server/wiki/Settings
This language server collects usage data and sends it to the development team to help improve the extension. Read our [privacy policy](https://github.com/sumneko/lua-language-server/wiki/Home#privacy) to learn more and how to disable any telemetry.
0 commit comments