summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-20Merge 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" foldersunlin
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-19supports incremental text sync最萌小汐
2021-01-13pause diagnostic before preload最萌小汐
2021-01-07fix最萌小汐
2021-01-07fix最萌小汐
2021-01-07#347 unlimited call chains最萌小汐
2021-01-071.11.2最萌小汐
2021-01-07fix #345最萌小汐
2021-01-07fix #346 dont modify the cache最萌小汐
2021-01-07Revert "fix"最萌小汐
This reverts commit 7530d7551220961f8e8b8346a8eb33fc03863694.
2021-01-06fix最萌小汐
2021-01-051.11.1最萌小汐
2021-01-05update change log最萌小汐
2021-01-05improve performance最萌小汐
2021-01-05fix最萌小汐
2021-01-05improve performance最萌小汐
2021-01-05improve performace最萌小汐
2021-01-051.11.0最萌小汐
2021-01-05guess `self`最萌小汐
2021-01-05close tracy最萌小汐
2021-01-05improve getLinks最萌小汐
2021-01-05runtime.plugin最萌小汐
2021-01-05fix最萌小汐
2021-01-05hover: tail comments may be cutted最萌小汐
2021-01-05completion: improve performance of workspace words最萌小汐
2021-01-05fix最萌小汐
2021-01-05fix最萌小汐
2021-01-041.10.0最萌小汐
2021-01-04clean up codes最萌小汐
2021-01-04`unused-function` checks recursive最萌小汐
2021-01-04remove pattern of `Lua.workspace.library`最萌小汐
2021-01-04new dianostic: `count-down-loop`最萌小汐
2021-01-04completion: split `for .. in`最萌小汐
2021-01-04close #149 supports "--#region"最萌小汐
2021-01-04pass tests最萌小汐
2021-01-04unless 3 characters最萌小汐
2021-01-04completion: show words in string最萌小汐
2021-01-04folding LuaDoc最萌小汐
2021-01-04dont provide words after ---@最萌小汐
2021-01-04fix #341最萌小汐
2021-01-04new folding最萌小汐
2021-01-04pass tests最萌小汐
2021-01-04fix最萌小汐
2021-01-04completion: improve workspace words最萌小汐
2021-01-04workspace: supports `.dll`(`.so`) in `require`最萌小汐
2021-01-04fix #339最萌小汐
2021-01-04close #335 supports `~` in command line最萌小汐
2021-01-04slow down telemetry最萌小汐
2021-01-04fix最萌小汐