Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-24 | resolve #1140 support folding `---@alias` | 最萌小汐 | |
2022-05-24 | update locale | 最萌小汐 | |
2022-05-24 | add settings for file scheme | 最萌小汐 | |
`workspace.supportScheme`: `["file", "untitled", "git"]` `diagnostics.disableScheme`: `["git"]` | |||
2022-05-24 | fix #1134 supports `untitled` lua files | 最萌小汐 | |
2022-05-23 | fix #1131 | 最萌小汐 | |
2022-05-23 | use same order | 最萌小汐 | |
2022-05-23 | #1127 fix locale | 最萌小汐 | |
parse error of `[[xxx]]` | |||
2022-05-23 | fix #1125 | 最萌小汐 | |
2022-05-23 | fix infer of global sets | 最萌小汐 | |
2022-05-23 | fix can not union `table` with other basic types | 最萌小汐 | |
2022-05-23 | update submodules | 最萌小汐 | |
2022-05-23 | fix can not union `unknown` with other types | 最萌小汐 | |
2022-05-22 | Merge pull request #1157 from sharksforarms/sharksforarms/fix-build-2 | 最萌小汐 | |
Include files required to compile | |||
2022-05-18 | include files required to compile | Emmanuel Thompson | |
2022-05-16 | 3.2.3 | 最萌小汐 | |
2022-05-16 | Merge pull request #1139 from C3pa/some-translations | 最萌小汐 | |
Added translations for english setting locales | |||
2022-05-16 | update submodules | 最萌小汐 | |
2022-05-16 | Merge pull request #1145 from kevinhwang91/check-jsonc-exist | 最萌小汐 | |
fix(client): check .luarc.jsonc existed | |||
2022-05-16 | fix(client): check .luarc.jsonc existed | kevinhwang91 | |
2022-05-14 | Merge pull request #1138 from C3pa/master | 最萌小汐 | |
Implement support for LuaJIT's table.new and table.clear #1118 | |||
2022-05-12 | Update english setting locales | C3pa | |
2022-05-12 | Remove those functions from OpenResty annotations | C3pa | |
2022-05-12 | Implement support for LuaJIT's `table.new` and `table.clear` | C3pa | |
2022-05-11 | update submodules | 最萌小汐 | |
2022-05-10 | Merge pull request #1129 from sharksforarms/sharksforarms/fix-build | 最萌小汐 | |
StringUtil.cpp in EmmyLuaCodeStyle requires wildcards lib | |||
2022-05-10 | Merge pull request #1130 from flrgh/chore/OpenResty-annotation-updates | 最萌小汐 | |
OpenResty annotation updates | |||
2022-05-09 | add tcp/udp overload annotations for unix sockets | Michael Martin | |
2022-05-09 | StringUtil.cpp in EmmyLuaCodeStyle requires wildcards lib | Emmanuel 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-09 | Merge pull request #1123 from AlexCai2019/master | 最萌小汐 | |
繁體中文翻譯 | |||
2022-05-07 | annotate new tcpsock:setclientcert() method | Michael Martin | |
2022-05-07 | annotation updates | Michael Martin | |
2022-05-07 | small annotation cleanup/fixes | Michael Martin | |
2022-05-07 | update annotation for ngx.req.get_uri_args | Michael Martin | |
2022-05-07 | add type aliases for ngx.shared.DICT values | Michael Martin | |
2022-05-07 | mark some function params as optional | Michael Martin | |
2022-05-07 | ngx.re opt string is not required | Michael Martin | |
2022-05-08 | 繁體中文翻譯 | AlexCai2019 | |
翻譯PARSER_LUADOC_MISS_LOCAL_NAME 並參考Windows系統內 以及Visual Studio和Visual Studio Code的繁體中文翻譯 微調其他項目 | |||
2022-05-08 | Merge branch 'sumneko:master' into master | AlexCai2019 | |
2022-05-08 | Revert "繁中翻譯" | AlexCai2019 | |
This reverts commit ffc9d4b9441404184b03bdfe4880811000ba6b57. | |||
2022-05-06 | #1117 update bee | 最萌小汐 | |
2022-05-05 | dont scan symbol links | 最萌小汐 | |
2022-05-04 | change telemetry IP | 最萌小汐 | |
2022-05-02 | fix(semantic-tokens): `data` field can't be nil | kevinhwang91 | |
2022-05-01 | update CodeStyle | 最萌小汐 | |
2022-05-01 | fix #1107 | 最萌小汐 | |
2022-04-29 | update submodules | 最萌小汐 | |
2022-04-29 | fix #1103 | 最萌小汐 | |
2022-04-28 | fix(template): remove trailing-space | kevinhwang91 | |
2022-04-27 | use name `.luarc.json` | 最萌小汐 | |
2022-04-27 | support `.luarc.jsonc` | 最萌小汐 | |