summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-18Only call workspace/configuration when availablefix/honour_configuration_capabilitycos
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-18Lint, and add the most desired comment to, make.shcos
2023-09-08update whimsical最萌小汐
2023-08-31fix #2299最萌小汐
2023-08-31update bee.lua最萌小汐
2023-08-30update最萌小汐
2023-08-29Merge pull request #2291 from firas-assaad/fix-inject-field-message最萌小汐
Translate table injection diag and fix some issues
2023-08-26Translate table injection diag and fix some issuesFiras Assaad
2023-08-24fix wrong uri in test最萌小汐
2023-08-243.7.0最萌小汐
2023-08-24修复基础库定义最萌小汐
2023-08-23add guide最萌小汐
2023-08-23support `---@class (exact)`最萌小汐
#1990
2023-08-22fix wrong `missing-fields` with union types最萌小汐
fix #2252
2023-08-22whimsical最萌小汐
2023-08-21fix最萌小汐
2023-08-16supports `---@enum (key)`最萌小汐
2023-08-15don't diagnose git uri最萌小汐
fix #2267
2023-08-15Merge pull request #2264 from flrgh/master最萌小汐
set min version for some math.* functions
2023-08-15Merge pull request #2263 from overhacked/ignore_cast-local-type_underscore最萌小汐
Ignore `cast-local-type` diagnostic for `_` local
2023-08-14set min version for some math.* functionsMichael Martin
2023-08-14Ignore cast-local-type diagnostic for `_` localRoss 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-14fix warning最萌小汐
2023-08-14check `doc.field`最萌小汐
#1990
2023-08-14also check `doc.type.table`最萌小汐
2023-08-14new diag: `inject-field`最萌小汐
#1990
2023-08-11stash最萌小汐
2023-08-11commandline parameter `--force-accept-workspace`最萌小汐
resolve #2159
2023-08-11fix stack overflow最萌小汐
2023-08-11check nil最萌小汐
2023-08-11local uses `nil` at least最萌小汐
fix #2155
2023-08-11support `---@type` and `--[[@as]]` for return最萌小汐
resolve #2144
2023-08-11cleanup tests最萌小汐
2023-08-11cleanup tests最萌小汐
2023-08-11cleanup tests最萌小汐
2023-08-11clean up tests最萌小汐
2023-08-11clean up tests最萌小汐
2023-08-11Merge pull request #2255 from carsakiller/wiki-migration最萌小汐
chore: replace wiki references
2023-08-10chore: link to diagnosis report wiki articlecarsakiller
2023-08-11Merge pull request #2256 from CppCXY/master最萌小汐
update format
2023-08-10chore: remove old intellisense documentationcarsakiller
2023-08-10chore: replace wiki referencescarsakiller
2023-08-10fix order errorCppCXY
2023-08-10update formatCppCXY
2023-08-10support `@type` for `return`最萌小汐
#2144
2023-08-10enable `as` table最萌小汐
#2144
2023-08-09fix最萌小汐
2023-08-09fix wrong hover and signature for method最萌小汐
with varargs and overloads
2023-08-03function may not have a name最萌小汐
2023-08-02fix template最萌小汐