Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-18 | Only call workspace/configuration when availablefix/honour_configuration_capability | 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. 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. This commit makes the lua-language-server work with vim-ale. | |||
2023-09-18 | Lint, and add the most desired comment to, make.sh | cos | |
2023-09-08 | update whimsical | 最萌小汐 | |
2023-08-31 | fix #2299 | 最萌小汐 | |
2023-08-31 | update bee.lua | 最萌小汐 | |
2023-08-30 | update | 最萌小汐 | |
2023-08-29 | Merge pull request #2291 from firas-assaad/fix-inject-field-message | 最萌小汐 | |
Translate table injection diag and fix some issues | |||
2023-08-26 | Translate table injection diag and fix some issues | Firas Assaad | |
2023-08-24 | fix wrong uri in test | 最萌小汐 | |
2023-08-24 | 3.7.0 | 最萌小汐 | |
2023-08-24 | 修复基础库定义 | 最萌小汐 | |
2023-08-23 | add guide | 最萌小汐 | |
2023-08-23 | support `---@class (exact)` | 最萌小汐 | |
#1990 | |||
2023-08-22 | fix wrong `missing-fields` with union types | 最萌小汐 | |
fix #2252 | |||
2023-08-22 | whimsical | 最萌小汐 | |
2023-08-21 | fix | 最萌小汐 | |
2023-08-16 | supports `---@enum (key)` | 最萌小汐 | |
2023-08-15 | don't diagnose git uri | 最萌小汐 | |
fix #2267 | |||
2023-08-15 | Merge pull request #2264 from flrgh/master | 最萌小汐 | |
set min version for some math.* functions | |||
2023-08-15 | Merge pull request #2263 from overhacked/ignore_cast-local-type_underscore | 最萌小汐 | |
Ignore `cast-local-type` diagnostic for `_` local | |||
2023-08-14 | set min version for some math.* functions | Michael Martin | |
2023-08-14 | Ignore cast-local-type diagnostic for `_` local | Ross Williams | |
The `unused-local` diagnostic already hard-codes to exclude `_`. `cast-local-type` should also ignore `_` variables, to avoid warnings in, for example, nested loops like: ```lua for _, list in ipairs(lists) do for _, item in ipairs(list) do _, result = pcall(...) end end ``` | |||
2023-08-14 | fix warning | 最萌小汐 | |
2023-08-14 | check `doc.field` | 最萌小汐 | |
#1990 | |||
2023-08-14 | also check `doc.type.table` | 最萌小汐 | |
2023-08-14 | new diag: `inject-field` | 最萌小汐 | |
#1990 | |||
2023-08-11 | stash | 最萌小汐 | |
2023-08-11 | commandline parameter `--force-accept-workspace` | 最萌小汐 | |
resolve #2159 | |||
2023-08-11 | fix stack overflow | 最萌小汐 | |
2023-08-11 | check nil | 最萌小汐 | |
2023-08-11 | local uses `nil` at least | 最萌小汐 | |
fix #2155 | |||
2023-08-11 | support `---@type` and `--[[@as]]` for return | 最萌小汐 | |
resolve #2144 | |||
2023-08-11 | cleanup tests | 最萌小汐 | |
2023-08-11 | cleanup tests | 最萌小汐 | |
2023-08-11 | cleanup tests | 最萌小汐 | |
2023-08-11 | clean up tests | 最萌小汐 | |
2023-08-11 | clean up tests | 最萌小汐 | |
2023-08-11 | Merge pull request #2255 from carsakiller/wiki-migration | 最萌小汐 | |
chore: replace wiki references | |||
2023-08-10 | chore: link to diagnosis report wiki article | carsakiller | |
2023-08-11 | Merge pull request #2256 from CppCXY/master | 最萌小汐 | |
update format | |||
2023-08-10 | chore: remove old intellisense documentation | carsakiller | |
2023-08-10 | chore: replace wiki references | carsakiller | |
2023-08-10 | fix order error | CppCXY | |
2023-08-10 | update format | CppCXY | |
2023-08-10 | support `@type` for `return` | 最萌小汐 | |
#2144 | |||
2023-08-10 | enable `as` table | 最萌小汐 | |
#2144 | |||
2023-08-09 | fix | 最萌小汐 | |
2023-08-09 | fix wrong hover and signature for method | 最萌小汐 | |
with varargs and overloads | |||
2023-08-03 | function may not have a name | 最萌小汐 | |
2023-08-02 | fix template | 最萌小汐 | |