summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-16Merge pull request #2585 from clay-golem/fix/discard-returns-trigger最萌小汐
Detect discard-returns in all block types
2024-04-16Merge pull request #2574 from Luke100000/patch-1最萌小汐
Update compiler.lua
2024-04-16Merge pull request #2590 from zziger/master最萌小汐
Allow plugins to resolve require paths
2024-04-16Merge pull request #2612 from Hudsonator72/patch-2最萌小汐
Fix typo in config.json
2024-04-13Fix typo in config.jsonHudsonator72
2024-04-11Merge pull request #2603 from CppCXY/master最萌小汐
update format 1.5.2
2024-04-10FIX warningCppCXY
2024-04-09Merge branch 'master' of https://github.com/LuaLS/lua-language-serverCppCXY
2024-04-09update format 1.5.2CppCXY
2024-03-30Allow plugins to resolve require pathsArtem Dzhemesiuk
2024-03-25Detect discard-returns in all block typesJakub
2024-03-18Update compiler.luaLuke100000
2024-03-18Merge pull request #2484 from fesily/generic-pattern1最萌小汐
doc param support generic pattern
2024-03-18Merge branch 'master' into generic-pattern1fesily
2024-03-15Update make.luaactboy168
2024-03-15Merge pull request #2568 from CppCXY/master最萌小汐
Fix potential crash issues on Windows
2024-03-15Merge pull request #2562 from AndreasMatthias/doc-update最萌小汐
Update `doc.json`
2024-03-15update submodules最萌小汐
2024-03-15fix error in filewatch最萌小汐
2024-03-14Merge branch 'LuaLS:master' into masterCppCXY
2024-03-14update format 1.5.1CppCXY
2024-03-08Merge branch 'master' into doc-updateAndreas
2024-03-05Merge pull request #2547 from emmericp/patch-1最萌小汐
Flush stdout in check progress indicator
2024-03-05Merge pull request #2553 from emmericp/trust-all-plugins最萌小汐
Add CLI option to trust all plugins
2024-03-01Add --trust_all_plugins CLI optionPaul Emmerich
2024-02-28rule add argsactboy168
2024-02-27Merge branch 'master' into doc-updateAndreas
2024-02-27Merge pull request #2546 from emmericp/check-only-ws最萌小汐
Only load files in workspace for --check (skip libraries)
2024-02-27Merge pull request #2545 from AndreasMatthias/async-and-deprecated最萌小汐
Add "async" and "deprecated" key to JSON output
2024-02-27update bee最萌小汐
2024-02-26Only load files in workspace for --check (skip libraries)Paul Emmerich
2024-02-26Flush stdout in check progress indicatorPaul Emmerich
stdout is often line-buffered and needs flushing for the progress indicator to work
2024-02-26Add "deprecated" key in JSON output.Andreas
2024-02-26Add "async" key in JSON output.Andreas
2024-02-26Merge pull request #2544 from LuaLS/revert-2538-deprecated最萌小汐
Revert "Add "deprecated" key in JSON output."
2024-02-26Revert "Add "deprecated" key in JSON output."最萌小汐
2024-02-26Merge pull request #2543 from LuaLS/revert-2539-async最萌小汐
Revert "Add "async" key in JSON output."
2024-02-26Revert "Add "async" key in JSON output."最萌小汐
2024-02-26Merge pull request #2539 from AndreasMatthias/async最萌小汐
Add "async" key in JSON output.
2024-02-26Merge pull request #2541 from fesily/automatic-infer-function-param-type最萌小汐
update test
2024-02-26Merge branch 'master' into doc-updateAndreas
2024-02-26Merge branch 'master' into asyncAndreas
2024-02-26update testfesily
2024-02-26Update test.ymlactboy168
2024-02-26更新luamake最萌小汐
2024-02-26platform.OS -> platform.osactboy168
2024-02-26Update make.luaactboy168
2024-02-26Update make.luaactboy168
2024-02-26Merge pull request #2532 from fesily/automatic-infer-function-param-type最萌小汐
add infer function param type
2024-02-26Update template.luafesily