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
/
script
/
core
/
diagnostics
Age
Commit message (
Expand
)
Author
2023-04-24
Cleanup PR
AndreaWalchshoferSCCH
2023-04-19
Warn about missing '---comment', '@return' and '@param' annotations (#3)
Thomas Wetzlmaier
2023-04-04
Add diagnostic to enforce lowercase local element names (#6)
AndreaWalchshoferSCCH
2023-03-30
Revert "Add diagnostic to enforce lowercase local element names (#2)" (#5)
AndreaWalchshoferSCCH
2023-03-30
Add diagnostic to enforce lowercase local element names (#2)
AndreaWalchshoferSCCH
2023-03-22
Add diagnostic warning about any global (#1)
AndreaWalchshoferSCCH
2023-03-08
should check type of `self`
最萌小汐
2023-03-08
don't treat `_ENV` as param
最萌小汐
2023-02-10
fix #1889
最萌小汐
2023-01-17
don't check `duplicate-set-field` in different if
最萌小汐
2023-01-09
cast global
最萌小汐
2022-12-16
cleanup
最萌小汐
2022-11-23
improve diagnostics sort
最萌小汐
2022-11-16
check nil
最萌小汐
2022-11-16
cleanup
最萌小汐
2022-11-14
`duplicate-set-field` supports cross files
最萌小汐
2022-11-14
`duplicate-doc-field` check cross files
最萌小汐
2022-11-13
fix #1692
最萌小汐
2022-11-08
fix #1676
最萌小汐
2022-11-08
fix locale
最萌小汐
2022-11-08
cleanup
最萌小汐
2022-11-08
`---@enum` supports runtime values
最萌小汐
2022-11-07
full support for interface
最萌小汐
2022-11-07
fix again
最萌小汐
2022-11-07
fix
最萌小汐
2022-11-06
type check: supports array part in literal table
最萌小汐
2022-11-06
fix warnings
最萌小汐
2022-11-05
check parameter types of generic extends
最萌小汐
2022-11-05
only ignore empty functions in meta files
最萌小汐
2022-11-03
support `self` type
最萌小汐
2022-10-31
add `---@package`
最萌小汐
2022-10-25
diagnostic for invisible fields
最萌小汐
2022-10-17
use `state` instead of `uri` for converter
最萌小汐
2022-10-13
diagnostics consider `overload`
最萌小汐
2022-10-12
stash
最萌小汐
2022-08-29
fix wront indent of VSCode
最萌小汐
2022-08-17
fix runtime error
最萌小汐
2022-07-29
fix #1406
最萌小汐
2022-07-28
fix runtime error
最萌小汐
2022-07-26
only checks `1`
最萌小汐
2022-07-25
fix message of `newline-call` and `newfield-call`
最萌小汐
2022-07-25
fix #1365
最萌小汐
2022-07-22
fix #1363 don't lookup globals in blocks
最萌小汐
2022-07-22
refactor `require-path`
最萌小汐
2022-07-19
`close-non-object` don't check `unknown`
最萌小汐
2022-07-16
doc.enum
最萌小汐
2022-07-14
fix
最萌小汐
2022-07-12
contravariance is allowed at the class declaration
最萌小汐
2022-07-12
unnecessary tag
最萌小汐
2022-07-12
unreachable-code
最萌小汐
[next]