Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-22 | Only call workspace/configuration when availablefix/honour_configuration_capability-3.9.3 | cos | |
Not all clients implement the client capability: `configuration`, which was added in version 3.6.0 of the Language Server Protocol. The LSP Specification also states: > A missing property should be interpreted as an absence of the capability. Above claims are possible to verify by reading the mentioned spec. at: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_configuration Hence this change modifies behaviour to only call the method on clients explicitly announcing to support it. Most affected test-cases are updated to work with this commit, however one test gets disabled. That disabled test suite is in serious need of added documentation explaining its design. The few comments which are there seem highly unsufficient, and since they are written in simplified chinese they practically are of no use to most potential contributors. This commit makes the lua-language-server work with vim-ale. | |||
2024-06-22 | Add the most desired comment to make.sh | cos | |
One can probably expect every new contributor, developer or other technical interested party to be interested in how to build this project quickly. Hence, adding an easily findable comment hinting in the right direction seems like a reasonable thing to do. | |||
2024-06-11 | 3.9.33.9.3 | 最萌小汐 | |
2024-06-11 | 改用更好的判断方式 | 最萌小汐 | |
2024-06-11 | `FIX` Sometimes providing incorrect autocompletion when chaining calls | 最萌小汐 | |
2024-06-06 | 3.9.2 | 最萌小汐 | |
2024-06-05 | `FIX` Autocompletion for enum values is not available in some cases | 最萌小汐 | |
2024-06-05 | 获取工作区符号改为同步 | 最萌小汐 | |
2024-06-05 | 修复thread的meta文件 | 最萌小汐 | |
2024-06-05 | Revert "适配 bee.sys" | 最萌小汐 | |
This reverts commit c59bd7f4765a8016dfbbf3c8c9879387ca86acfd. | |||
2024-06-05 | 手动合并 3.9.1 的差异 | 最萌小汐 | |
2024-06-05 | 直接强行切到3.8.3的bee和luamake | 最萌小汐 | |
2024-06-05 | 遴选3.9.1的自动集成 | 最萌小汐 | |
2024-06-05 | Revert "update bee" | 最萌小汐 | |
This reverts commit 84c18c3063d6913122824ffbde2028f1b293a68f. | |||
2024-06-05 | Revert "update bee" | 最萌小汐 | |
This reverts commit 94b06e3548424d08e93a2758135d689c0f8986d4. | |||
2024-06-05 | Revert "update bee" | 最萌小汐 | |
This reverts commit 719d7c2ba63c5a0207604a40cdf0b78a02b0eb78. | |||
2024-06-05 | Revert "update bee" | 最萌小汐 | |
This reverts commit a47b432b13f1d4bfa415185bb305b3672bc22d7d. | |||
2024-06-05 | Revert "更新luamake" | 最萌小汐 | |
This reverts commit 61f48f477482aac49a963e40aeea8042179bdc28. | |||
2024-06-05 | Revert "更新bee" | 最萌小汐 | |
This reverts commit faaed840e283ab72def2fcebc38ee528a0fb3654. | |||
2024-06-05 | Revert "Revert "没必要sleep"" | 最萌小汐 | |
This reverts commit e00877e09dd86208f18dd11d6aab444301ce8b03. | |||
2024-06-05 | Merge pull request #2692 from folke/workspace_reload | 最萌小汐 | |
don't do diagnostics when workspace is not ready | |||
2024-06-04 | don't do diagnostics when workspace is not ready | Folke Lemaitre | |
2024-05-27 | Merge pull request #2680 from emmericp/throttle-awaits | 最萌小汐 | |
Throttle calls to await.delay() in some diagnostics | |||
2024-05-25 | Merge pull request #2656 from carsakiller/2175-md-symbol-reference | 最萌小汐 | |
add: resolve links to symbols in markdown descriptions | |||
2024-05-25 | fix: restore completion order | carsakiller | |
2024-05-25 | add: entry in changelog | carsakiller | |
2024-05-25 | Merge branch 'master' into 2175-md-symbol-reference | carsakiller | |
2024-05-25 | fix: remove callback | carsakiller | |
2024-05-25 | Merge pull request #2678 from notpeter/codestyle_bump | 最萌小汐 | |
Bump EmmyLuaCodeStyle | |||
2024-05-25 | Merge pull request #2679 from notpeter/luarc_add_schema | 最萌小汐 | |
Add schema link to .luarc.json. | |||
2024-05-25 | Merge pull request #2675 from carsakiller/log-changes | 最萌小汐 | |
add: workflow to assert changelog updates | |||
2024-05-24 | Throttle calls to await.delay() in some diagnostics | Paul Emmerich | |
These 5 diagnostics cause ~70% of all calls to await.delay() by diagnostics which in turn is about ~20% of the total runtime of diagnostics. Out of these diagnostics only assign-type-mismatch commonly exceeds runtimes of 100ms (worst observed in my dataset was 7 seconds) and even then it still attempts to call await.delay() over 1500 times per second, so throttling by a factor of 15 is still fine. | |||
2024-05-24 | Add schema link to .luarc.json. | Peter Tripp | |
2024-05-24 | Bump EmmyLuaCodeStyle | Peter Tripp | |
2024-05-23 | add: unreleased section to changelog | carsakiller | |
2024-05-23 | add prefix | carsakiller | |
2024-05-23 | only ref name | carsakiller | |
2024-05-23 | or ref name | carsakiller | |
2024-05-23 | don't fetch as deep | carsakiller | |
2024-05-23 | un-unshallow | carsakiller | |
2024-05-23 | add: logging | carsakiller | |
2024-05-23 | fetch again? | carsakiller | |
2024-05-23 | fix: fetch | carsakiller | |
2024-05-23 | add: workflow to assert changelog updates | carsakiller | |
2024-05-23 | Merge branch 'master' into 2175-md-symbol-reference | carsakiller | |
2024-05-23 | fix: greedy match | carsakiller | |
2024-05-23 | add: completion of lua symbol references | carsakiller | |
2024-05-22 | Merge pull request #2670 from burdockcascade/master | 最萌小汐 | |
Update love2d-api to 11.5 | |||
2024-05-16 | update love2d-api | Peter Richmond | |
2024-05-16 | Merge pull request #2664 from emmericp/faster-checks | 最萌小汐 | |
Disable await.delay() when running --check |