* feat(extension.ts): add support for cloning Gitea repositories via SSH

* fix(package.json): change command title from "Gitea: Configure" to "Gitea: Configure URL"
* feat(extension.ts): add command "Gitea: Clone Repository" for cloning Gitea repositories
This commit is contained in:
2024-10-20 19:27:49 +02:00
parent 31c890eb51
commit a23b61758b
2 changed files with 98 additions and 1 deletions

View File

@ -19,7 +19,11 @@
},
{
"command": "gitea.configure",
"title": "Gitea: Configure"
"title": "Gitea: Configure URL"
},
{
"command": "gitea.cloneRepository",
"title": "Gitea: Clone Repository"
}
],
"configuration": {