Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-20 | fix: doc mistake in meta/3rd/OpenResty/library/prometheus.lua | ellutionist | |
2023-07-19 | sort results of completion | 最萌小汐 | |
2023-07-19 | update | CppCXY | |
2023-07-19 | check visible recursive | 最萌小汐 | |
fix #2145 | |||
2023-07-19 | disable building for `musl` | 最萌小汐 | |
2023-07-19 | make 3rds | 最萌小汐 | |
2023-07-19 | update submodules | 最萌小汐 | |
2023-07-19 | speed up tests | 最萌小汐 | |
2023-07-19 | cleanup test codes | 最萌小汐 | |
2023-07-19 | remove fixed code | 最萌小汐 | |
see http://www.lua.org/bugs.html#5.4.4-7 | |||
2023-07-18 | Merge pull request #2177 from sewbacca/feature/shortcut-autorequire | 最萌小汐 | |
[Feature] Add action to autorequire undefined globals | |||
2023-07-17 | Resolve formatting | Sewbacca | |
Resolve member naming | |||
2023-07-17 | Added tests | Sewbacca | |
2023-07-17 | Extracted undefined global check | Sewbacca | |
2023-07-14 | fix shake of `codeLens` | 最萌小汐 | |
2023-07-11 | Merge pull request #2198 from CppCXY/master | 最萌小汐 | |
support nonstandard symbol '?' for formatter | |||
2023-07-10 | Merge branch 'master' of github.com:CppCXY/lua-language-server into HEAD | CppCXY | |
2023-07-10 | support '?' symbol | CppCXY | |
2023-07-07 | make type-check happy | 最萌小汐 | |
2023-07-07 | 3.6.23 | 最萌小汐 | |
2023-07-06 | signature: narrow by inputed literal | 最萌小汐 | |
2023-07-06 | fix supporting unicode in signature | 最萌小汐 | |
2023-07-06 | Merge pull request #2192 from C3pa/string-find-update | 最萌小汐 | |
Mark string.find return values as nilable | |||
2023-07-06 | Merge pull request #2197 from diamant3/fix-badges | 最萌小汐 | |
Fix Badges | |||
2023-07-06 | Fix Badges | diamant3 | |
2023-07-04 | Mark string.find return values as nilable | C3pa | |
2023-06-29 | exclude `_` | 最萌小汐 | |
2023-06-28 | Merge pull request #2184 from CppCXY/master | 最萌小汐 | |
support almost nonstandard token formatting | |||
2023-06-28 | Merge pull request #2186 from AlWoSp/pr/adapt-incomplete-signature-doc | 最萌小汐 | |
Adapt incomplete-signature-doc to warn about incomplete, not missing docs | |||
2023-06-28 | Adapt 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-27 | Added crossfile testcase | Sewbacca | |
Improved eq error message in test/code_action/init.lua Uses core.diagnostics.undefined-global | |||
2023-06-27 | update formatting.lua | CppCXY | |
2023-06-27 | support almost nonstandard symbol | CppCXY | |
2023-06-26 | check nil | 最萌小汐 | |
2023-06-25 | fix | 最萌小汐 | |
2023-06-25 | Merge pull request #2178 from carsakiller/add-luadoc-desc-source | 最萌小汐 | |
add: description for `@source` | |||
2023-06-24 | add: description for `@source` | carsakiller | |
2023-06-23 | Fix tests failing | Sewbacca | |
2023-06-23 | Added concept of action autorequire | Sewbacca | |
2023-06-14 | fix: do not overwrite config files when building (#2163) | Julian Grinblat | |
2023-06-14 | update ann | 最萌小汐 | |
2023-06-14 | check nil | 最萌小汐 | |
2023-06-14 | 3.6.22 | 最萌小汐 | |
2023-06-14 | fix #2129 | 最萌小汐 | |
2023-06-14 | fix incorrect doc range | 最萌小汐 | |
fix #2110 | |||
2023-06-13 | completion for quoted fields | 最萌小汐 | |
fix #2088 | |||
2023-06-13 | Merge pull request #2162 from CppCXY/master | 最萌小汐 | |
update format 1.2.0 | |||
2023-06-13 | bind overloads | 最萌小汐 | |
fix #2083 | |||
2023-06-13 | update format 1.2.0 | CppCXY | |
2023-06-13 | more smart completion for `continue` | 最萌小汐 | |
fix #2042 |