mirror of
https://gitea.computerliebe.org/ComputerLiebe_ORG_private/Gitea-VSCode-Clone-Plugin.git
synced 2025-07-05 12:13:42 +00:00
* chore(gitea-git-clone): update changelog for version 1.5.0
* 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
This commit is contained in:
@ -46,5 +46,7 @@
|
||||
"giteaClone.selectGitignore": ".gitignore-Template auswählen (optional)",
|
||||
"giteaClone.repoCreated": "Repository '{0}' erfolgreich erstellt.",
|
||||
"giteaClone.createRepoError": "Fehler beim Erstellen des Repositories: {0}",
|
||||
"giteaClone.invalidRepoName": "Ungültiger Repository-Name."
|
||||
"giteaClone.invalidRepoName": "Ungültiger Repository-Name.",
|
||||
"giteaClone.actionStatusTooltip": "Gitea Action Status",
|
||||
"giteaClone.noActionRun": "Keine aktuelle Action-Run-URL gefunden."
|
||||
}
|
||||
|
@ -46,5 +46,7 @@
|
||||
"giteaClone.selectGitignore": "Select a .gitignore template (optional)",
|
||||
"giteaClone.repoCreated": "Repository '{0}' created successfully.",
|
||||
"giteaClone.createRepoError": "Error creating repository: {0}",
|
||||
"giteaClone.invalidRepoName": "Invalid repository name."
|
||||
"giteaClone.invalidRepoName": "Invalid repository name.",
|
||||
"giteaClone.actionStatusTooltip": "Gitea Action Status",
|
||||
"giteaClone.noActionRun": "No current action run URL found."
|
||||
}
|
||||
|
Reference in New Issue
Block a user