mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
Merge branch 'dev' into release/v0.8.2
This commit is contained in:
commit
551044ef20
2 changed files with 3 additions and 4 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -30,7 +30,6 @@ jobs:
|
||||||
toolchain:
|
toolchain:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
|
||||||
steps:
|
steps:
|
||||||
- uses: arduino/setup-protoc@v3
|
- uses: arduino/setup-protoc@v3
|
||||||
with:
|
with:
|
||||||
|
@ -49,7 +48,6 @@ jobs:
|
||||||
toolchain:
|
toolchain:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
|
||||||
steps:
|
steps:
|
||||||
- uses: arduino/setup-protoc@v3
|
- uses: arduino/setup-protoc@v3
|
||||||
with:
|
with:
|
||||||
|
|
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
|
function Workspace:fetch_buffer_users(path) end
|
||||||
|
|
||||||
---@class (exact) WorkspaceEvent
|
---@class (exact) WorkspaceEvent
|
||||||
---@field type string
|
---@field type string can be "UserJoin", "UserLeave" or "FileTreeUpdated"
|
||||||
---@field value string
|
---@field name? string present for "UserJoin" and "UserLeave"
|
||||||
|
---@field path? string present for "FileTreeUpdated"
|
||||||
|
|
||||||
---@return MaybeWorkspaceEventPromise
|
---@return MaybeWorkspaceEventPromise
|
||||||
---@async
|
---@async
|
||||||
|
|
Loading…
Reference in a new issue