summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-23infer parameter type by return最萌小汐
resolve #1201
2022-10-23Revert "infer parameter type by return"最萌小汐
This reverts commit 2873ccae1dfb1d429a84262f10c87f1d437135c6.
2022-10-23infer parameter type by return最萌小汐
resolve #1202
2022-10-23infer type by function as parameters最萌小汐
resolve #1153
2022-10-23fix最萌小汐
2022-10-23search definitions by 1st arg of `setmetatable`最萌小汐
resolve #1575
2022-10-23filewatch before scanning workspace最萌小汐
fix #1640
2022-10-22update submodules最萌小汐
2022-10-22Merge pull request #1647 from Gowa2017/master最萌小汐
Update luaecs and skynet API
2022-10-22Merge branch 'sumneko:master' into masterGowa2017
2022-10-22some api params is optionalGowa2017
2022-10-22remove api sync, singletonGowa2017
2022-10-21多线程编译测试最萌小汐
2022-10-21update bee.lua最萌小汐
2022-10-21Merge pull request #1645 from Gowa2017/master最萌小汐
add support of luaecs
2022-10-20user ecs.world() as luaecs wordsGowa2017
2022-10-20ignore varargs最萌小汐
if a function only has varargs and has `---@overload`, the varargs will be ignored resolve #1641
2022-10-20test multi core compile最萌小汐
2022-10-20only search real uri in Windows最萌小汐
2022-10-20fix diagnostic refresh最萌小汐
syntax errors dose not refresh after reload workspace by change config or `Lua.runtime.XXX`
2022-10-20fix quickfix最萌小汐
don't set into override scope
2022-10-20fix #1642最萌小汐
2022-10-20fix最萌小汐
2022-10-20add support of radiusGowa2017
2022-10-19update bee.lua最萌小汐
2022-10-19update bee最萌小汐
2022-10-19update changelog最萌小汐
2022-10-17cleanup最萌小汐
2022-10-17cleanup最萌小汐
2022-10-17new setting `Lua.diagnostics.workspaceEvent`最萌小汐
set the time to trigger workspace diagnostics. resolve #1626
2022-10-17clear node cache after scope diagnosing最萌小汐
#1626
2022-10-17fix最萌小汐
2022-10-17use `state` instead of `uri` for converter最萌小汐
The state may have changed when responding, so we need to use the state when requesting. Try not to get the state on the spot.
2022-10-17fix #1637最萌小汐
2022-10-17update submodules最萌小汐
2022-10-17improve workspace-symbol最萌小汐
2022-10-17update workspace-symbol最萌小汐
2022-10-13update changelog最萌小汐
2022-10-13test clear node cache最萌小汐
#1626
2022-10-13diagnostics consider `overload`最萌小汐
resolve #1582
2022-10-12stash最萌小汐
2022-10-12search fields by chain exp最萌小汐
resolve #1222
2022-10-12change flag最萌小汐
2022-10-12resolve performance issue by cache require-path最萌小汐
fix #1595
2022-10-12cleanup最萌小汐
2022-10-11infer definitions and types across chain exp最萌小汐
resolve #1561
2022-10-11fix #1608最萌小汐
2022-10-11fix #1567最萌小汐
2022-10-11abort semantic-tokens requests最萌小汐
#1599
2022-10-11fix #1606最萌小汐