summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-12rename testfesily
2023-05-12link server by pluginfesily
2023-05-12delete reffesily
2023-05-12add builderfesily
2023-05-11more testfesily
2023-05-11Merge branch 'LuaLS:master' into luajit-ffi-supportfesily
2023-05-11Merge pull request #2091 from CppCXY/master最萌小汐
name-style-check support
2023-05-11add builderfesily
2023-05-10support connecting by socket with `--socket=PORT`最萌小汐
2023-05-10fix testfesily
2023-05-10more testfesily
2023-05-10fix testfesily
2023-05-10fix testfesily
2023-05-10ffi supportfesily
2023-05-09updateCppCXY
2023-04-27Merge branch 'master' of https://github.com/LuaLS/lua-language-server into HEADCppCXY
2023-04-27更新实现CppCXY
2023-04-27Merge pull request #2090 from fesily/doc-fix-coroutine-isyieldable最萌小汐
Doc fix coroutine isyieldable
2023-04-27fixfesily
2023-04-27doc fix coroutine isyieldablefesily
2023-04-27fix typo最萌小汐
#2062
2023-04-27apply changs immediately最萌小汐
#2062
2023-04-27Revert "try to abort incorrect formatting"最萌小汐
This reverts commit 02d43a59203e1d04aaaae3eacdaae5110da6b06d.
2023-04-27update submodules最萌小汐
2023-04-27fixes #2073 #2060actboy168
2023-04-26complete namestyle providerCppCXY
2023-04-263.6.19最萌小汐
2023-04-26lock parsing resume最萌小汐
fix #2056
2023-04-26don't merge comments from `setlocal`最萌小汐
fix #2077
2023-04-26try to abort incorrect formatting最萌小汐
#2062
2023-04-25fix first semantic token is dropped最萌小汐
fix #2081
2023-04-25export name and comment in returns最萌小汐
2023-04-25fix method view in doc最萌小汐
2023-04-25fix最萌小汐
2023-04-24update luarc最萌小汐
2023-04-24Merge pull request #2078 from AlWoSp/pr/missing-global-doc最萌小汐
Check for missing @param and @return annotations
2023-04-24Cleanup PRAndreaWalchshoferSCCH
Revert Changes made from unrelated PR
2023-04-24Merge pull request #2075 from CppCXY/master最萌小汐
update and fix issue
2023-04-22fix: add links to too many files warning (#2080)carsakiller
2023-04-20Merge branch 'master' of github.com:CppCXY/lua-language-serverCppCXY
2023-04-20FIX #2045CppCXY
2023-04-19Merge remote-tracking branch 'upstream/master'alwo
2023-04-19Warn about missing '---comment', '@return' and '@param' annotations (#3)Thomas Wetzlmaier
All functions that have at least one such annotation should be fully annotated in that respect, because we find that partially annotating something leads to confusion. However, all global functions must always be fully annotated, because they should be avoided in the first place, but if necessary then only with the maximum amount of documentation/support for those who use them! We provide the following keys for the `diagnostics.disable` setting to specifically deactive these checks: _missing-global-doc_: global function definitions which are not fully annotated. _incomplete-signature-doc_: function definitions that have some annotations but are not fully annotated
2023-04-17Merge branch 'LuaLS:master' into masterCppCXY
2023-04-17update templateCppCXY
2023-04-17fix #2069CppCXY
2023-04-15fix: Nvim intallation instructionscarsakiller
Closes #2068
2023-04-04Add diagnostic to enforce lowercase local element names (#6)AndreaWalchshoferSCCH
- diagnostic `uppercase-local` in group `conventions`, disabled by default - isolated unit tests for diagnostic
2023-04-04Merge pull request #2052 from CppCXY/master最萌小汐
update for feature_request_102
2023-04-04Merge pull request #2049 from ericwq/master最萌小汐
add support for musl version in github actions