From 17bcbdf932d703483d0c0dc643734495df0701b3 Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 26 Oct 2024 19:11:29 +0200 Subject: [PATCH 1/2] fix(lua): annotations for workspace event --- dist/lua/annotations.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/lua/annotations.lua b/dist/lua/annotations.lua index df02187..5f91405 100644 --- a/dist/lua/annotations.lua +++ b/dist/lua/annotations.lua @@ -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 From 0c73cb13c8a9ec8ba6c05cf62a9c0fc575f1e1d9 Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 26 Oct 2024 19:38:16 +0200 Subject: [PATCH 2/2] ci: we just need beta beta is next version, nightly is cutting edge --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fbd9dd1..cbe5aee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,6 @@ jobs: toolchain: - stable - beta - - nightly steps: - uses: arduino/setup-protoc@v3 with: @@ -49,7 +48,6 @@ jobs: toolchain: - stable - beta - - nightly steps: - uses: arduino/setup-protoc@v3 with: