Skip to content

Commit

Permalink
Merge branch 'dev' into release/v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghyatzo authored Oct 26, 2024
2 parents 4b080dd + 0c73cb1 commit 551044e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
toolchain:
- stable
- beta
- nightly
steps:
- uses: arduino/setup-protoc@v3
with:
Expand All @@ -49,7 +48,6 @@ jobs:
toolchain:
- stable
- beta
- nightly
steps:
- uses: arduino/setup-protoc@v3
with:
Expand Down
5 changes: 3 additions & 2 deletions dist/lua/annotations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 551044e

Please sign in to comment.