summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-20fix: doc mistake in meta/3rd/OpenResty/library/prometheus.luaellutionist
2023-07-19sort results of completion最萌小汐
2023-07-19updateCppCXY
2023-07-19check visible recursive最萌小汐
fix #2145
2023-07-19disable building for `musl`最萌小汐
2023-07-19make 3rds最萌小汐
2023-07-19update submodules最萌小汐
2023-07-19speed up tests最萌小汐
2023-07-19cleanup test codes最萌小汐
2023-07-19remove fixed code最萌小汐
see http://www.lua.org/bugs.html#5.4.4-7
2023-07-18Merge pull request #2177 from sewbacca/feature/shortcut-autorequire最萌小汐
[Feature] Add action to autorequire undefined globals
2023-07-17Resolve formattingSewbacca
Resolve member naming
2023-07-17Added testsSewbacca
2023-07-17Extracted undefined global checkSewbacca
2023-07-14fix shake of `codeLens`最萌小汐
2023-07-11Merge pull request #2198 from CppCXY/master最萌小汐
support nonstandard symbol '?' for formatter
2023-07-10Merge branch 'master' of github.com:CppCXY/lua-language-server into HEADCppCXY
2023-07-10support '?' symbolCppCXY
2023-07-07make type-check happy最萌小汐
2023-07-073.6.23最萌小汐
2023-07-06signature: narrow by inputed literal最萌小汐
2023-07-06fix supporting unicode in signature最萌小汐
2023-07-06Merge pull request #2192 from C3pa/string-find-update最萌小汐
Mark string.find return values as nilable
2023-07-06Merge pull request #2197 from diamant3/fix-badges最萌小汐
Fix Badges
2023-07-06Fix Badgesdiamant3
2023-07-04Mark string.find return values as nilableC3pa
2023-06-29exclude `_`最萌小汐
2023-06-28Merge pull request #2184 from CppCXY/master最萌小汐
support almost nonstandard token formatting
2023-06-28Merge pull request #2186 from AlWoSp/pr/adapt-incomplete-signature-doc最萌小汐
Adapt incomplete-signature-doc to warn about incomplete, not missing docs
2023-06-28Adapt incomplete-signature-doc to warn about incomplete, not missing docs (#9)AndreaWalchshoferSCCH
Previously, the diagnostic `incomplete-signature-doc` is ignoring fully undocumented functions - but is already triggered by a simple comment. This turns out to be impractical in a few cases, as it also forces a full documentation of functions that should just be annotated with `---@async` (and is therefore not yet fully compatible with `await-in-sync`) So this PR adapts the diagnostic to only warn about **incomplete** signature docs, so it requires at least one `@param` or `@return` annotation before a warning is given. (Otherwise, it would be a missing signature doc, and there's separate diagnostics about that...)
2023-06-27Added crossfile testcaseSewbacca
Improved eq error message in test/code_action/init.lua Uses core.diagnostics.undefined-global
2023-06-27update formatting.luaCppCXY
2023-06-27support almost nonstandard symbolCppCXY
2023-06-26check nil最萌小汐
2023-06-25fix最萌小汐
2023-06-25Merge pull request #2178 from carsakiller/add-luadoc-desc-source最萌小汐
add: description for `@source`
2023-06-24add: description for `@source`carsakiller
2023-06-23Fix tests failingSewbacca
2023-06-23Added concept of action autorequireSewbacca
2023-06-14fix: do not overwrite config files when building (#2163)Julian Grinblat
2023-06-14update ann最萌小汐
2023-06-14check nil最萌小汐
2023-06-143.6.22最萌小汐
2023-06-14fix #2129最萌小汐
2023-06-14fix incorrect doc range最萌小汐
fix #2110
2023-06-13completion for quoted fields最萌小汐
fix #2088
2023-06-13Merge pull request #2162 from CppCXY/master最萌小汐
update format 1.2.0
2023-06-13bind overloads最萌小汐
fix #2083
2023-06-13update format 1.2.0CppCXY
2023-06-13more smart completion for `continue`最萌小汐
fix #2042