feat(gitea-git-clone): add support for creating repositories in Gitea

* Added:
* - Users can now create new repositories in a selected Gitea instance directly from VSCode. Options include:
* - Selecting the Gitea instance (if multiple are configured).
* - Choosing the owner (personal account or organization).
* - Setting the repository visibility (private by default, or public).
* - Selecting a `.gitignore` template (if available via API).
* - The repository is initialized with an MIT license.
* - After creation, the new repository is automatically cloned and opened in VSCode.
* Changed:
* - Updated localization files to include new messages related to repository creation.
*
* Fixed:
* - Improved error handling and messages throughout the extension.
This commit is contained in:
2024-10-31 14:58:36 +01:00
parent 218970e57b
commit e874cbefd6
7 changed files with 296 additions and 5 deletions

Binary file not shown.