mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
Merge pull request #59 from hexedtech/fix/lua-annotations
fix(lua): annotations for workspace event
This commit is contained in:
commit
aaa4e551eb
1 changed files with 3 additions and 2 deletions
5
dist/lua/annotations.lua
vendored
5
dist/lua/annotations.lua
vendored
|
@ -324,8 +324,9 @@ function Workspace:fetch_users(path) end
|
|||
function Workspace:fetch_buffer_users(path) end
|
||||
|
||||
---@class (exact) WorkspaceEvent
|
||||
---@field type string
|
||||
---@field value string
|
||||
---@field type string can be "UserJoin", "UserLeave" or "FileTreeUpdated"
|
||||
---@field name? string present for "UserJoin" and "UserLeave"
|
||||
---@field path? string present for "FileTreeUpdated"
|
||||
|
||||
---@return MaybeWorkspaceEventPromise
|
||||
---@async
|
||||
|
|
Loading…
Reference in a new issue