Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-25 | add progress | 最萌小汐 | |
2021-01-25 | fix #359 | 最萌小汐 | |
2021-01-22 | supports diff | 最萌小汐 | |
2021-01-22 | stash | 最萌小汐 | |
2021-01-22 | stash | 最萌小汐 | |
2021-01-22 | clean up code | 最萌小汐 | |
2021-01-22 | compatible plugin | 最萌小汐 | |
2021-01-20 | update change log | 最萌小汐 | |
2021-01-20 | Merge pull request #340 from uhziel/doc-type-table | 最萌小汐 | |
添加对 EmmyLua table type 的支持 | |||
2021-01-20 | Merge pull request #355 from sunlin7/patch-1 | 最萌小汐 | |
[main.lua] fix empty rootPath cause try "/log" folder | |||
2021-01-20 | [main.lua] fix empty rootPath cause try "/log" folder | sunlin | |
When run follow command with get error message, ``` $ bin/Linux/lua-language-server -E main.lua bin/Linux/lua-language-server: filesystem error: cannot create directories: Permission denied [/log] ``` Which is caused by empty `rootPath' and the folder path for log with be `/log' in follow line, https://github.com/sumneko/lua-language-server/blob/1458139721646236406825a03a21152d98753515/main.lua#L40 This change try to assign a default value `"."' for `rootPath' will fix the error. | |||
2021-01-19 | supports incremental text sync | 最萌小汐 | |
2021-01-13 | pause diagnostic before preload | 最萌小汐 | |
2021-01-07 | fix | 最萌小汐 | |
2021-01-07 | fix | 最萌小汐 | |
2021-01-07 | #347 unlimited call chains | 最萌小汐 | |
2021-01-07 | 1.11.2 | 最萌小汐 | |
2021-01-07 | fix #345 | 最萌小汐 | |
2021-01-07 | fix #346 dont modify the cache | 最萌小汐 | |
2021-01-07 | Revert "fix" | 最萌小汐 | |
This reverts commit 7530d7551220961f8e8b8346a8eb33fc03863694. | |||
2021-01-06 | fix | 最萌小汐 | |
2021-01-05 | 1.11.1 | 最萌小汐 | |
2021-01-05 | update change log | 最萌小汐 | |
2021-01-05 | improve performance | 最萌小汐 | |
2021-01-05 | 通过扩展 getArrayLevel 来找到层级 | Lei Zhu | |
2021-01-05 | fix | 最萌小汐 | |
2021-01-05 | improve performance | 最萌小汐 | |
2021-01-05 | improve performace | 最萌小汐 | |
2021-01-05 | Merge branch 'doc-type-table' of ↵ | Lei Zhu | |
https://github.com/uhziel/lua-language-server into doc-type-table | |||
2021-01-05 | 原生API不要去判名字,用 special 字段来判断,这样支持 ↵ | Lei Zhu | |
local ipairs = ipairs 的情况 | |||
2021-01-05 | 1.11.0 | 最萌小汐 | |
2021-01-05 | guess `self` | 最萌小汐 | |
2021-01-05 | close tracy | 最萌小汐 | |
2021-01-05 | improve getLinks | 最萌小汐 | |
2021-01-05 | runtime.plugin | 最萌小汐 | |
2021-01-05 | fix | 最萌小汐 | |
2021-01-05 | hover: tail comments may be cutted | 最萌小汐 | |
2021-01-05 | completion: improve performance of workspace words | 最萌小汐 | |
2021-01-05 | fix | 最萌小汐 | |
2021-01-05 | fix | 最萌小汐 | |
2021-01-04 | 1.10.0 | 最萌小汐 | |
2021-01-04 | clean up codes | 最萌小汐 | |
2021-01-04 | `unused-function` checks recursive | 最萌小汐 | |
2021-01-04 | remove pattern of `Lua.workspace.library` | 最萌小汐 | |
2021-01-04 | new dianostic: `count-down-loop` | 最萌小汐 | |
2021-01-04 | completion: split `for .. in` | 最萌小汐 | |
2021-01-04 | close #149 supports "--#region" | 最萌小汐 | |
2021-01-04 | pass tests | 最萌小汐 | |
2021-01-04 | unless 3 characters | 最萌小汐 | |
2021-01-04 | completion: show words in string | 最萌小汐 | |