mirror of
https://gitea.computerliebe.org/ComputerLiebe_ORG_private/Gitea-VSCode-Clone-Plugin.git
synced 2025-04-04 18:27:48 +00:00
* Added: * - Gitea Actions Integration: * - Displays the current Action status (running, success, failure) in the status bar. * - Clicking on the icon opens the Action run in the browser. * - Updates periodically and on focus change. * * Changed: * - Dependencies: Ensure your Gitea instance supports Gitea Actions for this feature to work. * * feat(gitea-git-clone): update readme with Gitea Actions support * - Gitea Actions Support: This extension now displays the status of the latest Gitea Action run in the status bar: * - Running (with a spinner icon). * - Success (with a checkmark). * - Failure (with an error icon). * - Unknown (with a question mark icon). * Clicking on the icon opens the current action run in your default browser