Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-17 | `FIX` telemetry is not disabled by default | sumneko | |
2022-02-15 | cleanup | 最萌小汐 | |
2022-02-15 | fix #952 | 最萌小汐 | |
2022-02-15 | update `EmmyLuaCodeStyle` | 最萌小汐 | |
2022-02-15 | fix #950 | 最萌小汐 | |
2022-02-12 | add credit of `EmmyLuaCodeStyle` | 最萌小汐 | |
2022-02-12 | update format | 最萌小汐 | |
2022-02-12 | fix | sumneko | |
2022-02-10 | fix #934 | 最萌小汐 | |
2022-02-10 | update submodule | 最萌小汐 | |
2022-02-09 | check asked | 最萌小汐 | |
2022-02-09 | cleanup | 最萌小汐 | |
merge `doc.type.enums` and `doc.type.resumes` into `doc.type.types` | |||
2022-02-09 | update diagnostic | 最萌小汐 | |
typing immediately stops workspace diagnostics | |||
2022-02-09 | disable `codestyle-check` by default | 最萌小汐 | |
2022-02-09 | cleanup | 最萌小汐 | |
2022-02-09 | update diagnostics after editting `.editorconfig` | 最萌小汐 | |
2022-02-09 | fix | 最萌小汐 | |
2022-02-09 | Merge pull request #915 from CppCXY/format | 最萌小汐 | |
code reformat | |||
2022-02-09 | 2.6.4 | 最萌小汐 | |
2022-02-09 | update changelog | 最萌小汐 | |
#940 confirmed fix | |||
2022-02-09 | update parser | 最萌小汐 | |
don't match `local if`, this can lead to unbalanced `end` counts | |||
2022-02-09 | fix completion | 最萌小汐 | |
`triggerCharacter` is `nil` when typing letters and numbers | |||
2022-02-09 | use `time.time` instead of `os.clock` | 最萌小汐 | |
the implementation of os.clock under the windows platform is inconsistent with other platforms | |||
2022-02-09 | fix #946 | 最萌小汐 | |
don't assume the client will cache diagnostics | |||
2022-02-09 | update submodule | 最萌小汐 | |
2022-02-08 | update changelog | sumneko | |
2022-02-08 | Merge pull request #944 from kevinhwang91/improve-postfix | 最萌小汐 | |
feat(postfix): add templates | |||
2022-02-08 | feat(postfix): reduce its priority and add templates | kevinhwang91 | |
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-08 | reduced sorting priority for postfix completion | sumneko | |
2022-02-08 | fix #941 | sumneko | |
2022-02-08 | fix #937 | sumneko | |
2022-02-08 | cleanup | sumneko | |
2022-02-08 | Merge pull request #943 from st9007a/fix-root-dir-regex-pattern | 最萌小汐 | |
Fix regular expression to find root directory in make/bootstrap.lua | |||
2022-02-08 | must wait for other scopes to add library | sumneko | |
2022-02-08 | update docs | sumneko | |
2022-02-08 | update submodules | sumneko | |
2022-02-08 | 更新到最新版 | CppCXY | |
2022-02-07 | Merge branch 'format' of https://github.com/CppCXY/lua-language-server into ↵ | CppCXY | |
format | |||
2022-02-07 | 更新到现在最新版 | CppCXY | |
2022-02-03 | Handle repeated sep | UnoWu | |
2022-02-03 | Merge pull request #942 from kevinhwang91/fix-nil-semantictokens | 最萌小汐 | |
fix(semantic-tokens): `data` field can't be nil | |||
2022-02-03 | fix(semantic-tokens): `data` field can't be nil | kevinhwang91 | |
`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-01 | Merge pull request #936 from kevinhwang91/limit-semantictoken-range | 最萌小汐 | |
fix(semantic-tokens): limit comments range | |||
2022-02-01 | fix(semantic-tokens): limit comments range | kevinhwang91 | |
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-27 | fix ref | sumneko | |
2022-01-26 | library check ignoreDir | 最萌小汐 | |
2022-01-26 | fix #923 | 最萌小汐 | |
2022-01-26 | improve | 最萌小汐 | |
2022-01-26 | improve loading process | 最萌小汐 | |
2022-01-26 | fix #926 | 最萌小汐 | |