summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-24resolve #1140 support folding `---@alias`最萌小汐
2022-05-24update locale最萌小汐
2022-05-24add settings for file scheme最萌小汐
`workspace.supportScheme`: `["file", "untitled", "git"]` `diagnostics.disableScheme`: `["git"]`
2022-05-24fix #1134 supports `untitled` lua files最萌小汐
2022-05-23fix #1131最萌小汐
2022-05-23use same order最萌小汐
2022-05-23#1127 fix locale最萌小汐
parse error of `[[xxx]]`
2022-05-23fix #1125最萌小汐
2022-05-23fix infer of global sets最萌小汐
2022-05-23fix can not union `table` with other basic types最萌小汐
2022-05-23update submodules最萌小汐
2022-05-23fix can not union `unknown` with other types最萌小汐
2022-05-22Merge pull request #1157 from sharksforarms/sharksforarms/fix-build-2最萌小汐
Include files required to compile
2022-05-18include files required to compileEmmanuel Thompson
2022-05-163.2.3最萌小汐
2022-05-16Merge pull request #1139 from C3pa/some-translations最萌小汐
Added translations for english setting locales
2022-05-16update submodules最萌小汐
2022-05-16Merge pull request #1145 from kevinhwang91/check-jsonc-exist最萌小汐
fix(client): check .luarc.jsonc existed
2022-05-16fix(client): check .luarc.jsonc existedkevinhwang91
2022-05-14Merge pull request #1138 from C3pa/master最萌小汐
Implement support for LuaJIT's table.new and table.clear #1118
2022-05-12Update english setting localesC3pa
2022-05-12Remove those functions from OpenResty annotationsC3pa
2022-05-12Implement support for LuaJIT's `table.new` and `table.clear`C3pa
2022-05-11update submodules最萌小汐
2022-05-10Merge pull request #1129 from sharksforarms/sharksforarms/fix-build最萌小汐
StringUtil.cpp in EmmyLuaCodeStyle requires wildcards lib
2022-05-10Merge pull request #1130 from flrgh/chore/OpenResty-annotation-updates最萌小汐
OpenResty annotation updates
2022-05-09add tcp/udp overload annotations for unix socketsMichael Martin
2022-05-09StringUtil.cpp in EmmyLuaCodeStyle requires wildcards libEmmanuel Thompson
Fix for: ``` [59/82] Compile C++ build/obj/code_format/StringUtil.obj FAILED: build/obj/code_format/StringUtil.obj gcc -MMD -MT build/obj/code_format/StringUtil.obj -MF build/obj/code_format/StringUtil.obj.d -std=c++17 -O2 -Wall -fvisibility=hidden -I3rd/EmmyLuaCodeStyle/include -I3rd/bee.lua/3rd/lua -DNDEBUG -Wall -Werror -o build/obj/code_format/StringUtil.obj -c 3rd/EmmyLuaCodeStyle/Util/src/StringUtil.cpp 3rd/EmmyLuaCodeStyle/Util/src/StringUtil.cpp:5:10: fatal error: wildcards/match.hpp: No such file or directory 5 | #include "wildcards/match.hpp" | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. ```
2022-05-09Merge pull request #1123 from AlexCai2019/master最萌小汐
繁體中文翻譯
2022-05-07annotate new tcpsock:setclientcert() methodMichael Martin
2022-05-07annotation updatesMichael Martin
2022-05-07small annotation cleanup/fixesMichael Martin
2022-05-07update annotation for ngx.req.get_uri_argsMichael Martin
2022-05-07add type aliases for ngx.shared.DICT valuesMichael Martin
2022-05-07mark some function params as optionalMichael Martin
2022-05-07ngx.re opt string is not requiredMichael Martin
2022-05-08繁體中文翻譯AlexCai2019
翻譯PARSER_LUADOC_MISS_LOCAL_NAME 並參考Windows系統內 以及Visual Studio和Visual Studio Code的繁體中文翻譯 微調其他項目
2022-05-08Merge branch 'sumneko:master' into masterAlexCai2019
2022-05-08Revert "繁中翻譯"AlexCai2019
This reverts commit ffc9d4b9441404184b03bdfe4880811000ba6b57.
2022-05-06#1117 update bee最萌小汐
2022-05-05dont scan symbol links最萌小汐
2022-05-04change telemetry IP最萌小汐
2022-05-02fix(semantic-tokens): `data` field can't be nilkevinhwang91
2022-05-01update CodeStyle最萌小汐
2022-05-01fix #1107最萌小汐
2022-04-29update submodules最萌小汐
2022-04-29fix #1103最萌小汐
2022-04-28fix(template): remove trailing-spacekevinhwang91
2022-04-27use name `.luarc.json`最萌小汐
2022-04-27support `.luarc.jsonc`最萌小汐