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 (
Collapse
)
Author
2021-02-20
fix #397 should keep value after resolve
最萌小汐
2021-02-19
improve tail comments
最萌小汐
2021-02-19
close #384 completion supports interface
最萌小汐
2021-02-19
continuous completion handles `textEdit.finish`
最萌小汐
2021-02-19
fix #349 parse comments before `doc.resume`
最萌小汐
2021-02-19
fix test
最萌小汐
2021-02-18
missed syntax error `f() = 1`
最萌小汐
2021-02-18
change `sourceCoding` to `fileEncoding`
最萌小汐
2021-02-18
fix unicode on Linux and macOS
最萌小汐
2021-02-18
close #387 source coding supports `ansi`
最萌小汐
2021-02-18
fix log time of sub threads
最萌小汐
2021-02-18
#386 dont use os.clock for timer
最萌小汐
2021-02-18
close #391 definition excludes values
最萌小汐
2021-02-18
`unused-local` excludes `doc.param`
最萌小汐
2021-02-09
display main errors first
最萌小汐
2021-02-09
remove log
最萌小汐
2021-02-09
check lock when pushing
最萌小汐
2021-02-09
timer waker
最萌小汐
2021-02-09
some fix
最萌小汐
2021-02-09
block worker
最萌小汐
2021-02-09
share channel
最萌小汐
2021-02-08
no need
最萌小汐
2021-02-08
fix #388 try to map the range
最萌小汐
2021-02-08
#386 temporarily change sleep period back to 0.001
最萌小汐
2021-02-08
#380 disable hint by default
最萌小汐
2021-02-08
add some doc
最萌小汐
2021-02-08
stash
最萌小汐
2021-02-08
fix #382 increase queue limit
最萌小汐
2021-02-08
Revert "better cache"
最萌小汐
This reverts commit 0c6f72254d1253f12261650b90652465230bdeec.
2021-02-08
show meta in require
最萌小汐
2021-02-08
Revert "only need characters other than the identifier"
最萌小汐
This reverts commit 11b3da9bc01f7048a86db64a70524daa73fed61a.
2021-02-08
better cache
最萌小汐
2021-02-08
fix #381 more correct caching
最萌小汐
2021-02-05
should check library
最萌小汐
2021-02-04
print error of plugin;check ignore
最萌小汐
2021-02-04
fix runtime errors
最萌小汐
2021-02-04
fix #377 watched file must check workspace
最萌小汐
2021-02-04
remove some logs
最萌小汐
2021-02-04
fix #379 semantic-tokens supports plugin
最萌小汐
2021-02-04
fix #378 add cache for finding class
最萌小汐
2021-02-04
always globalCache
最萌小汐
2021-02-04
fix cache
最萌小汐
2021-02-04
fix #356
最萌小汐
2021-02-03
done
最萌小汐
2021-02-03
only need characters other than the identifier
最萌小汐
2021-02-03
fix #376 missed resolveProvider in non-VSCode
最萌小汐
2021-02-03
#329 use block API
最萌小汐
2021-02-03
#329 reduce idle cycle period to 0.01 sec
最萌小汐
2021-02-03
improve performance of hint
最萌小汐
2021-02-02
fix errors
最萌小汐
[next]