summaryrefslogtreecommitdiff
path: root/script/workspace/workspace.lua
AgeCommit message (Collapse)Author
2024-02-26platform.OS -> platform.osactboy168
2023-08-11commandline parameter `--force-accept-workspace`最萌小汐
resolve #2159
2023-07-19speed up tests最萌小汐
2023-07-19remove fixed code最萌小汐
see http://www.lua.org/bugs.html#5.4.4-7
2023-02-15should normalize path in filewatch最萌小汐
2023-02-04improve peformance for scanning files最萌小汐
#1872
2023-02-03improve filewatch最萌小汐
#1872
2023-02-03add more logs最萌小汐
#1872
2023-01-31watch symbolic links最萌小汐
resolve #1848
2023-01-30command `lua.exportDocument`最萌小汐
finish #1833
2023-01-18normalize uri from RPC最萌小汐
fix #1810
2023-01-16fix #1796最萌小汐
2022-12-17update filewatch最萌小汐
2022-11-07fix warning最萌小汐
2022-10-23filewatch before scanning workspace最萌小汐
fix #1640
2022-10-20fix diagnostic refresh最萌小汐
syntax errors dose not refresh after reload workspace by change config or `Lua.runtime.XXX`
2022-10-12cleanup最萌小汐
2022-09-20resolve #1177 re-support for symlinks最萌小汐
users need to maintain the correctness of symlinks themselves
2022-08-20cleanup loading最萌小汐
2022-08-09修复额外Library文件夹名前带有".."字符时,无法正确获取 ↵Xxiong
径问题
2022-07-29fix #1405最萌小汐
2022-07-29fix runtime errors reported by telemetry最萌小汐
2022-07-27#1385最萌小汐
2022-07-26#1385 normalize uri最萌小汐
2022-07-26reset opened files after load plugin最萌小汐
2022-07-22handle `../?.lua`最萌小汐
2022-07-22refactor `require-path`最萌小汐
2022-07-15restart gc after flush files最萌小汐
2022-07-14collectgarbage after reload workspace最萌小汐
2022-07-07support change workspace folders最萌小汐
TODO: has memory leak after remove folders
2022-07-01cleanup最萌小汐
2022-06-28cleanup最萌小汐
2022-06-28cleanup最萌小汐
2022-06-28new diag ``redundant-return-value``最萌小汐
2022-06-23update最萌小汐
2022-06-07cleanup最萌小汐
2022-05-25don't scan huge directories最萌小汐
* if `rootUri` or `workspaceFolder` is set to `ROOT` or `HOME`, this extension will refuse to load these directories and show an error message. * show warning message when scanning more than 100,000 files.
2022-04-27dose not load files in symbol links最萌小汐
2022-04-24check nils最萌小汐
2022-04-05#1018 add `inspect.lua`最萌小汐
2022-04-05#1018 cleanup logs最萌小汐
2022-03-15use real path in scanning最萌小汐
non-Windows also check real path
2022-02-21fix runtime error最萌小汐
2022-02-15fix #950最萌小汐
2022-02-08cleanupsumneko
2022-02-08must wait for other scopes to add librarysumneko
2022-01-26library check ignoreDir最萌小汐
2022-01-26improve最萌小汐
2022-01-26improve loading process最萌小汐
2022-01-26`FIX` new files are not loaded correctly最萌小汐