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
Age
Commit message (
Expand
)
Author
2021-03-08
fix #443
最萌小汐
2021-03-08
small improve
最萌小汐
2021-03-08
new diag: `unknown-diag-code`
最萌小汐
2021-03-08
`LuaDoc` supports `---@diagnostic disable`
最萌小汐
2021-03-08
`Lua.workspace.library` use `path[]` instead of `<path, true>`
最萌小汐
2021-03-05
stash
最萌小汐
2021-03-05
completion of `doc.diagnostic`
最萌小汐
2021-03-05
close #419 VSCode has released new version
最萌小汐
2021-03-05
missed syntax error `local a <const>= 1`
最萌小汐
2021-03-05
add log
最萌小汐
2021-03-04
disable for now
最萌小汐
2021-03-04
first try of auto end
最萌小汐
2021-03-04
#437 plugin blocks first opened file
最萌小汐
2021-03-03
fix #438 should check globals
最萌小汐
2021-03-03
fix `detail` disappears during continuous input
最萌小汐
2021-03-03
#435 #437 why not cache generic results?
最萌小汐
2021-03-03
improve performance
最萌小汐
2021-03-03
remove mark for now
最萌小汐
2021-03-03
add mark
最萌小汐
2021-03-03
#436 cannot ignore case in non-Windows platforms
最萌小汐
2021-03-03
#435 treat `V[]` as `table<integer, V>` in `pairs`
最萌小汐
2021-03-03
revert interruption during compilation
最萌小汐
2021-03-02
disable for now
最萌小汐
2021-03-01
dont infer `x()` as function
最萌小汐
2021-03-01
fix #422 search ref across `doc.return`
最萌小汐
2021-03-01
fix #421 keep order
最萌小汐
2021-03-01
still can not yield inside compile
最萌小汐
2021-03-01
kick class extends
最萌小汐
2021-03-01
improve delay of completion
最萌小汐
2021-03-01
#398 fix didChange at eof
最萌小汐
2021-03-01
remove log
最萌小汐
2021-03-01
completion delays for 10 ms
最萌小汐
2021-03-01
clean up code
最萌小汐
2021-03-01
always sort
最萌小汐
2021-03-01
#433 specify `locale` by command line `--LOCALE`
最萌小汐
2021-02-26
improve ipairs
最萌小汐
2021-02-26
improve infer cross `pairs`
最萌小汐
2021-02-26
improve type_infer
最萌小汐
2021-02-26
improve generic across `fun(arg: T):T`
最萌小汐
2021-02-26
find generic cross doc.function.args
最萌小汐
2021-02-26
keep order after waiting ready
最萌小汐
2021-02-26
#398 try fix offset of eof
最萌小汐
2021-02-25
improve infer cross `table<K, V>`
最萌小汐
2021-02-25
improve hover of `table<K, V>`
最萌小汐
2021-02-24
fix completion inside ipairs
最萌小汐
2021-02-24
#419 remove trigger char `\n` for now, see #401
最萌小汐
2021-02-24
improve infer cross `ipairs`
最萌小汐
2021-02-24
completion: dont show uri of meta file
最萌小汐
2021-02-24
config.workspace.library supports `${meta}`
最萌小汐
2021-02-24
cache globals when loading
最萌小汐
[next]