summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-17`FIX` telemetry is not disabled by defaultsumneko
2022-02-15cleanup最萌小汐
2022-02-15fix #952最萌小汐
2022-02-15update `EmmyLuaCodeStyle`最萌小汐
2022-02-15fix #950最萌小汐
2022-02-12add credit of `EmmyLuaCodeStyle`最萌小汐
2022-02-12update format最萌小汐
2022-02-12fixsumneko
2022-02-10fix #934最萌小汐
2022-02-10update submodule最萌小汐
2022-02-09check asked最萌小汐
2022-02-09cleanup最萌小汐
merge `doc.type.enums` and `doc.type.resumes` into `doc.type.types`
2022-02-09update diagnostic最萌小汐
typing immediately stops workspace diagnostics
2022-02-09disable `codestyle-check` by default最萌小汐
2022-02-09cleanup最萌小汐
2022-02-09update diagnostics after editting `.editorconfig`最萌小汐
2022-02-09fix最萌小汐
2022-02-09Merge pull request #915 from CppCXY/format最萌小汐
code reformat
2022-02-092.6.4最萌小汐
2022-02-09update changelog最萌小汐
#940 confirmed fix
2022-02-09update parser最萌小汐
don't match `local if`, this can lead to unbalanced `end` counts
2022-02-09fix completion最萌小汐
`triggerCharacter` is `nil` when typing letters and numbers
2022-02-09use `time.time` instead of `os.clock`最萌小汐
the implementation of os.clock under the windows platform is inconsistent with other platforms
2022-02-09fix #946最萌小汐
don't assume the client will cache diagnostics
2022-02-09update submodule最萌小汐
2022-02-08update changelogsumneko
2022-02-08Merge pull request #944 from kevinhwang91/improve-postfix最萌小汐
feat(postfix): add templates
2022-02-08feat(postfix): reduce its priority and add templateskevinhwang91
In the language server like gopls, which supports `var` to assign variable and `range` to iterate collection, we should add these templates for postfix in Lua as well.
2022-02-08reduced sorting priority for postfix completionsumneko
2022-02-08fix #941sumneko
2022-02-08fix #937sumneko
2022-02-08cleanupsumneko
2022-02-08Merge pull request #943 from st9007a/fix-root-dir-regex-pattern最萌小汐
Fix regular expression to find root directory in make/bootstrap.lua
2022-02-08must wait for other scopes to add librarysumneko
2022-02-08update docssumneko
2022-02-08update submodulessumneko
2022-02-08更新到最新版CppCXY
2022-02-07Merge branch 'format' of https://github.com/CppCXY/lua-language-server into ↵CppCXY
format
2022-02-07更新到现在最新版CppCXY
2022-02-03Handle repeated sepUnoWu
2022-02-03Merge pull request #942 from kevinhwang91/fix-nil-semantictokens最萌小汐
fix(semantic-tokens): `data` field can't be nil
2022-02-03fix(semantic-tokens): `data` field can't be nilkevinhwang91
`textDocument/semanticTokens/range` should return `SemanticTokens | null` from LSP specification. `data` field of the `SemanticTokens` must be a array, even if no result.
2022-02-01Merge pull request #936 from kevinhwang91/limit-semantictoken-range最萌小汐
fix(semantic-tokens): limit comments range
2022-02-01fix(semantic-tokens): limit comments rangekevinhwang91
Client requests `textDocument/semanticTokens/range` service with a range parameter in order to get the tokens of the visible window, but server return the additional comments highlighting tokens may be out of range, we should keep the tokens requested by the client in range.
2022-01-27fix refsumneko
2022-01-26library check ignoreDir最萌小汐
2022-01-26fix #923最萌小汐
2022-01-26improve最萌小汐
2022-01-26improve loading process最萌小汐
2022-01-26fix #926最萌小汐