mirror of
https://gitea.computerliebe.org/ComputerLiebe_ORG_private/Gitea-VSCode-Clone-Plugin.git
synced 2025-07-04 03:53:42 +00:00
* 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:
@ -19,7 +19,11 @@
|
||||
},
|
||||
{
|
||||
"command": "gitea.configure",
|
||||
"title": "Gitea: Configure"
|
||||
"title": "Gitea: Configure URL"
|
||||
},
|
||||
{
|
||||
"command": "gitea.cloneRepository",
|
||||
"title": "Gitea: Clone Repository"
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
|
Reference in New Issue
Block a user