Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-22 | update 1.5.0 | CppCXY | |
2023-04-26 | 3.6.19 | 最萌小汐 | |
2023-04-26 | lock parsing resume | 最萌小汐 | |
fix #2056 | |||
2023-04-26 | don't merge comments from `setlocal` | 最萌小汐 | |
fix #2077 | |||
2023-04-26 | try to abort incorrect formatting | 最萌小汐 | |
#2062 | |||
2023-04-25 | fix first semantic token is dropped | 最萌小汐 | |
fix #2081 | |||
2023-04-25 | export name and comment in returns | 最萌小汐 | |
2023-04-25 | fix method view in doc | 最萌小汐 | |
2023-04-25 | fix | 最萌小汐 | |
2023-04-24 | update luarc | 最萌小汐 | |
2023-04-24 | Merge pull request #2078 from AlWoSp/pr/missing-global-doc | 最萌小汐 | |
Check for missing @param and @return annotations | |||
2023-04-24 | Cleanup PR | AndreaWalchshoferSCCH | |
Revert Changes made from unrelated PR | |||
2023-04-24 | Merge pull request #2075 from CppCXY/master | 最萌小汐 | |
update and fix issue | |||
2023-04-22 | fix: add links to too many files warning (#2080) | carsakiller | |
2023-04-20 | Merge branch 'master' of github.com:CppCXY/lua-language-server | CppCXY | |
2023-04-20 | FIX #2045 | CppCXY | |
2023-04-19 | Merge remote-tracking branch 'upstream/master' | alwo | |
2023-04-19 | Warn 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-17 | Merge branch 'LuaLS:master' into master | CppCXY | |
2023-04-17 | update template | CppCXY | |
2023-04-17 | fix #2069 | CppCXY | |
2023-04-15 | fix: Nvim intallation instructions | carsakiller | |
Closes #2068 | |||
2023-04-04 | Add 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-04 | Merge pull request #2052 from CppCXY/master | 最萌小汐 | |
update for feature_request_102 | |||
2023-04-04 | Merge pull request #2049 from ericwq/master | 最萌小汐 | |
add support for musl version in github actions | |||
2023-04-03 | update for feature_request_102 | CppCXY | |
2023-04-02 | - add support for musl version: | Wang Qi | |
- such as: lua-language-server-3.6.18-linux-x64-musl.tar.gz | |||
2023-03-31 | Merge pull request #2040 from AlWoSp/master | 最萌小汐 | |
Add optional diagnostic warning about any global element | |||
2023-03-30 | Incorporate Review Comments (#4) | AndreaWalchshoferSCCH | |
* add newlines to end of files * change the group name to `conventions` | |||
2023-03-30 | Revert "Add diagnostic to enforce lowercase local element names (#2)" (#5) | AndreaWalchshoferSCCH | |
This reverts commit 43794193ef981ffecb477bfce444428ded852aa0. | |||
2023-03-30 | Add diagnostic to enforce lowercase local element names (#2) | AndreaWalchshoferSCCH | |
2023-03-30 | Merge pull request #2043 from CppCXY/master | 最萌小汐 | |
更新 | |||
2023-03-30 | 更新 | CppCXY | |
2023-03-30 | Merge branch 'master' of github.com:CppCXY/lua-language-server | CppCXY | |
2023-03-29 | Merge pull request #2024 from Gowa2017/master | 最萌小汐 | |
Add desc of skynet.task api | |||
2023-03-29 | commandline parameter `checklevel` may not work | 最萌小汐 | |
2023-03-29 | forgot changelog | 最萌小汐 | |
2023-03-29 | update bee.lua | 最萌小汐 | |
2023-03-29 | update submodules | 最萌小汐 | |
hope this dose not break anything | |||
2023-03-29 | fix #2037 | 最萌小汐 | |
2023-03-28 | Merge remote-tracking branch 'upstream/master' | alwo | |
2023-03-27 | update love-api | 最萌小汐 | |
2023-03-27 | check operator `/`, `^` and `//` | 最萌小汐 | |
fix #2036 | |||
2023-03-27 | Merge pull request #2028 from carsakiller/readme-refresh | 最萌小汐 | |
Readme refresh | |||
2023-03-24 | add: community install methods | carsakiller | |
2023-03-24 | add: NeoVim install guide | carsakiller | |
2023-03-24 | refactor: move configuration section to install | carsakiller | |
2023-03-24 | remove large gif | carsakiller | |
2023-03-24 | refactor: move Lua version support to features | carsakiller | |
2023-03-23 | Merge remote-tracking branch 'upstream/master' | alwo | |