index
:
lua-language-server
fix/honour_configuration_capability
fix/honour_configuration_capability-3.10.3
fix/honour_configuration_capability-3.7.3
fix/honour_configuration_capability-3.7.4
fix/honour_configuration_capability-3.9.3
fix/honour_configuration_capability-master
master
A language server that offers Lua language support - programmed in Lua
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.luarc.json
Age
Commit message (
Collapse
)
Author
2023-05-11
Annotation rule for exported local functions
Thomas Wetzlmaier
Annotation for the following local function func1 is required. local mod = { } local function func1() end mod.Func1 = func1 return mod;
2023-04-24
update luarc
最萌小汐
2022-10-25
some fix
最萌小汐
2022-08-29
`document-symbol` supports block
最萌小汐
2022-07-21
change settings
最萌小汐
2022-07-07
don't show again
最萌小汐
2022-07-07
some fix
最萌小汐
2022-07-07
add meta file for `bee.filesystem`
最萌小汐
2022-06-25
update config
最萌小汐
2022-06-22
`Lua.hover.previewFields` default to `50`
最萌小汐
2022-04-27
use name `.luarc.json`
最萌小汐
2022-04-27
support `.luarc.jsonc`
最萌小汐
2022-04-23
infer by `if not x then return end`
最萌小汐
2022-04-22
new diagnostic `missing-parameter`
最萌小汐
2022-04-16
inlay hint is enabled by default
最萌小汐
2022-04-15
cleanup
最萌小汐
2022-04-12
chore: clean up .luarc.json
kevinhwang91
2022-04-09
disable codestyle-check
最萌小汐
2022-04-09
mis-commit
最萌小汐
2022-01-17
prepare client test
最萌小汐
2021-11-08
resolve #708 resolve #767
最萌小汐
2021-11-08
Merge branch 'master' into not-yieldable
最萌小汐
2021-11-03
add mark `---@nodiscard`
最萌小汐
2021-11-03
#687 `---@nodiscard`
最萌小汐
2021-11-03
fix #777
最萌小汐
2021-11-02
stash
最萌小汐
2021-11-02
#687 await-in-sync
最萌小汐
2021-10-22
fix luarc
最萌小汐
2021-10-22
update luarc
最萌小汐
2021-10-16
update semantic color
sumneko
2021-10-15
add `$schema` into luarc
最萌小汐
2021-10-15
setting head `Lua.` can be omitted
最萌小汐
2021-10-15
push setting into `.luarc.json`
最萌小汐