mirror of
https://gitea.computerliebe.org/ComputerLiebe_ORG_private/Gitea-VSCode-Clone-Plugin.git
synced 2024-12-28 08:01:52 +00:00
* chore(package.json): update package name, display name, description, and version
* chore(package.json): update publisher name * chore(package.json): update gitea.instanceUrl description * chore(package.json): update gitea.personalAccessToken description
This commit is contained in:
parent
28e0e8197c
commit
ead2e12a9c
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "gitea-git-clone",
|
"name": "gitea-workflow",
|
||||||
"displayName": "Gitea Git Clone",
|
"displayName": "Gitea Workflow",
|
||||||
"description": "",
|
"description": "Clone from Gitea instances; Create PRs",
|
||||||
"version": "0.0.1",
|
"version": "1.0.0",
|
||||||
|
"publisher": "computerliebe",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.94.0"
|
"vscode": "^1.94.0"
|
||||||
},
|
},
|
||||||
@ -36,11 +37,11 @@
|
|||||||
"gitea.instanceUrl": {
|
"gitea.instanceUrl": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "https://your-gitea-instance.com",
|
"default": "https://your-gitea-instance.com",
|
||||||
"description": "URL der Gitea Instanz"
|
"description": "URL of your Gitea intance"
|
||||||
},
|
},
|
||||||
"gitea.personalAccessToken": {
|
"gitea.personalAccessToken": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Personal Access Token für Gitea",
|
"description": "Personal Access Token for Gitea",
|
||||||
"secret": true
|
"secret": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user