VSCode plugin for managing Gitea git workflows
Go to file
Peter a5aaa54906 No errors if no Git or Gitea
* chore(extension.ts): add interface for Gitea error response
* feat(extension.ts): add global variables for status bar icons
* feat(extension.ts): add helper function to check if a folder is a Git repository
* feat(extension.ts): add helper function to check if the remote repository is a Gitea instance
* feat(extension.ts): create Gitea pull request function
* feat(extension.ts): add function to clone Gitea repository
* feat(extension.ts): add function to add status bar icon
* feat(extension.ts): add function to configure Gitea
* feat(extension.ts): add function to get open pull requests
* feat(extension.ts): add function to show open pull requests
* feat(extension.ts): add function to update PR status bar item
* feat(extension.ts): activate the plugin and register commands
* feat(extension.ts): create status bar icon and start updater
2024-10-23 12:09:38 +02:00
gitea-git-clone No errors if no Git or Gitea 2024-10-23 12:09:38 +02:00
.gitignore Initial commit 2024-10-20 13:15:13 +00:00
README.md Initial commit 2024-10-20 13:15:13 +00:00

Gitea-VSCode-Clone-Plugin

Plugin for VSCode to clone from Gitea