Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-30 | Allow plugins to resolve require paths | Artem Dzhemesiuk | |
2024-02-26 | platform.OS -> platform.os | actboy168 | |
2024-02-21 | add infer function param type | fesily | |
2024-01-24 | fix warnings | 最萌小汐 | |
2024-01-19 | recode plugin interface | fesily | |
2023-08-11 | commandline parameter `--force-accept-workspace` | 最萌小汐 | |
resolve #2159 | |||
2023-07-19 | speed up tests | 最萌小汐 | |
2023-07-19 | remove fixed code | 最萌小汐 | |
see http://www.lua.org/bugs.html#5.4.4-7 | |||
2023-02-15 | should normalize path in filewatch | 最萌小汐 | |
2023-02-04 | improve peformance for scanning files | 最萌小汐 | |
#1872 | |||
2023-02-04 | skip more files | 最萌小汐 | |
2023-02-03 | improve filewatch | 最萌小汐 | |
#1872 | |||
2023-02-03 | add more logs | 最萌小汐 | |
#1872 | |||
2023-01-31 | watch symbolic links | 最萌小汐 | |
resolve #1848 | |||
2023-01-30 | fix #1851 | 最萌小汐 | |
2023-01-30 | command `lua.exportDocument` | 最萌小汐 | |
finish #1833 | |||
2023-01-18 | normalize uri from RPC | 最萌小汐 | |
fix #1810 | |||
2023-01-16 | support `---@meta [name]` | 最萌小汐 | |
once declared `name`, user can only require this file by declared name meta file can not be required with name `_` | |||
2023-01-16 | fix #1796 | 最萌小汐 | |
2022-12-17 | update filewatch | 最萌小汐 | |
2022-12-16 | set log level of loading to `info` | 最萌小汐 | |
2022-12-16 | simple state persistence | 最萌小汐 | |
2022-12-16 | pass tests | 最萌小汐 | |
2022-12-09 | cleanup | 最萌小汐 | |
2022-11-29 | improve | 最萌小汐 | |
2022-11-29 | renaming also flush cache | 最萌小汐 | |
2022-11-07 | fix warning | 最萌小汐 | |
2022-11-02 | multi-compile use private channel | 最萌小汐 | |
2022-10-23 | filewatch before scanning workspace | 最萌小汐 | |
fix #1640 | |||
2022-10-21 | 多线程编译测试 | 最萌小汐 | |
2022-10-20 | test multi core compile | 最萌小汐 | |
2022-10-20 | fix diagnostic refresh | 最萌小汐 | |
syntax errors dose not refresh after reload workspace by change config or `Lua.runtime.XXX` | |||
2022-10-12 | resolve performance issue by cache require-path | 最萌小汐 | |
fix #1595 | |||
2022-10-12 | cleanup | 最萌小汐 | |
2022-10-11 | fix #1567 | 最萌小汐 | |
2022-09-26 | fix: pathStrict should also look for strict path uris in workspace libraries | Folke Lemaitre | |
2022-09-20 | resolve #1177 re-support for symlinks | 最萌小汐 | |
users need to maintain the correctness of symlinks themselves | |||
2022-08-20 | cleanup loading | 最萌小汐 | |
2022-08-13 | fix #1425 | 最萌小汐 | |
2022-08-09 | 修复额外Library文件夹名前带有".."字符时,无法正确获取 ↵ | Xxiong | |
径问题 | |||
2022-07-29 | fix #1405 | 最萌小汐 | |
2022-07-29 | fix | 最萌小汐 | |
2022-07-29 | fix runtime errors reported by telemetry | 最萌小汐 | |
2022-07-27 | #1385 | 最萌小汐 | |
2022-07-26 | #1385 normalize uri | 最萌小汐 | |
2022-07-26 | reset opened files after load plugin | 最萌小汐 | |
2022-07-22 | handle `../?.lua` | 最萌小汐 | |
2022-07-22 | refactor `require-path` | 最萌小汐 | |
2022-07-15 | restart gc after flush files | 最萌小汐 | |
2022-07-14 | collectgarbage after reload workspace | 最萌小汐 | |