summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)Author
2022-02-22increase limit最萌小汐
2022-02-22Merge branch 'master' of https://github.com/sumneko/lua-language-serverCppCXY
2022-02-22编辑器设置优先CppCXY
2022-02-21fix #958最萌小汐
2022-02-21update occlusion path最萌小汐
2022-02-21update occlusion path最萌小汐
2022-02-21fix runtime error最萌小汐
2022-02-21Merge pull request #959 from CppCXY/master最萌小汐
format support default config by setting
2022-02-21fix runtime error最萌小汐
2022-02-21fix runtime errors最萌小汐
2022-02-21update occlusion path最萌小汐
2022-02-21解决冲突CppCXY
2022-02-21use `--preview` to enable preview features最萌小汐
2022-02-21cleanup最萌小汐
2022-02-21提供默认配置CppCXY
2022-02-18fix runtime error最萌小汐
2022-02-18telemetry occlusion path最萌小汐
2022-02-18set `Lua.format.enable` default to `false`sumneko
formating is still WIP
2022-02-17add `Lua.format.enable`最萌小汐
2022-02-17default of `Or` should be nil最萌小汐
2022-02-17`FIX` telemetry is not disabled by defaultsumneko
2022-02-15cleanup最萌小汐
2022-02-15fix #952最萌小汐
2022-02-15fix #950最萌小汐
2022-02-12update format最萌小汐
2022-02-12fixsumneko
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-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-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 #937sumneko
2022-02-08cleanupsumneko
2022-02-08must wait for other scopes to add librarysumneko
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-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最萌小汐