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
Age
Commit message (
Expand
)
Author
2020-12-15
Merge branch 'master' into diagnostic-undefined-field
uhziel
2020-12-15
fix
最萌小汐
2020-12-15
check config and unique token
最萌小汐
2020-12-15
simple telemetry
最萌小汐
2020-12-15
优化发现的细节问题,vm.getField() 改为带deep=0,不然会出现...
uhziel
2020-12-14
fix completion require path
最萌小汐
2020-12-14
semantic not covers local call
最萌小汐
2020-12-14
update locale
最萌小汐
2020-12-14
update locale
最萌小汐
2020-12-14
`undefined-field` select field only
最萌小汐
2020-12-14
#299 disable `undefined-field` in workspace
最萌小汐
2020-12-14
make diagnostic happy
最萌小汐
2020-12-14
set search depth to 0 for now
最萌小汐
2020-12-14
Merge pull request #296 from uhziel/diagnostic-undefined-field
最萌小汐
2020-12-14
fix #291
最萌小汐
2020-12-14
update bee.lua
最萌小汐
2020-12-14
not need
最萌小汐
2020-12-14
Update issue templates
最萌小汐
2020-12-14
合并 master 中的提交
uhziel
2020-12-14
semantic tokens update
最萌小汐
2020-12-14
处理"当会推导成多个class类型时"的情况
uhziel
2020-12-14
close function
最萌小汐
2020-12-14
update changelog
最萌小汐
2020-12-13
Update README.md
最萌小汐
2020-12-13
pass tests
最萌小汐
2020-12-13
change dividing line in hover
最萌小汐
2020-12-13
fix #297
最萌小汐
2020-12-13
completion: support delegate
最萌小汐
2020-12-13
textDocument/semanticTokens always range
最萌小汐
2020-12-11
stash
最萌小汐
2020-12-11
增加对infer出多个docClass情况的处理
uhziel
2020-12-11
completion: keyword considers expression
最萌小汐
2020-12-11
fix document of coroutine.wrap
最萌小汐
2020-12-11
通过不向前推断、在vm缓存doc.class查询fields来加快分析速度
uhziel
2020-12-11
close #292 rename doc
最萌小汐
2020-12-11
stash
最萌小汐
2020-12-10
Merge branch 'master' into diagnostic-undefined-field
uhziel
2020-12-10
只对类的field做undefined-field诊断,避免检测出过多干扰性问题
uhziel
2020-12-10
添加对继承的测试
uhziel
2020-12-09
让诊断 undefined-field 尽量精准
uhziel
2020-12-09
添加检测"未定义的 field"
uhziel
2020-12-07
no use
最萌小汐
2020-12-07
`insertTextFormat` always use 2
最萌小汐
2020-12-07
`doc.enum` can use `$0`
最萌小汐
2020-12-07
add tip of `Lua.runtime.special`
最萌小汐
2020-12-07
Merge pull request #288 from uhziel/diagnostics-disable-syntax-errors
最萌小汐
2020-12-07
可以通过选项 diagnostics.disable 来禁用语法错误
uhziel
2020-12-07
`LuaDoc` also catchs `--` (no need `---`)
最萌小汐
2020-12-07
Only test in Windows
最萌小汐
2020-12-07
pass test
最萌小汐
[next]