summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-21update occlusion path最萌小汐
2022-02-21use `--preview` to enable preview features最萌小汐
2022-02-21cleanup最萌小汐
2022-02-21update submodules最萌小汐
2022-02-18fix runtime error最萌小汐
2022-02-18telemetry occlusion path最萌小汐
2022-02-18update `EmmyLuaCodeStyle`最萌小汐
2022-02-18set `Lua.format.enable` default to `false`sumneko
formating is still WIP
2022-02-17update locale of `Lua.format.enable`最萌小汐
2022-02-17modify the layout of the locale files最萌小汐
separate titles and localized contents on separate lines for easy viewing with comparison tools
2022-02-17add `Lua.format.enable`最萌小汐
2022-02-17default of `Or` should be nil最萌小汐
2022-02-17update `EmmyLuaCodeStyle`最萌小汐
2022-02-172.6.5sumneko
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