* chore(license): remove LICENSE file

* feat(gitea-git-clone): update CHANGELOG.md for version 1.0.1
* feat(gitea-git-clone): add LICENSE file
* feat(gitea-git-clone): update README.md with new features and commands
* feat(gitea-git-clone): add gitea-workflow-1.0.0.vsix file
* feat(gitea-git-clone): add vscode_gitea_plugin.png image
* feat(gitea-git-clone): update package.json version to 1.0.1
This commit is contained in:
2024-10-21 02:59:24 +02:00
parent ead2e12a9c
commit f2ed934e91
7 changed files with 63 additions and 30 deletions

View File

@ -2,7 +2,7 @@
"name": "gitea-workflow",
"displayName": "Gitea Workflow",
"description": "Clone from Gitea instances; Create PRs",
"version": "1.0.0",
"version": "1.0.1",
"publisher": "computerliebe",
"engines": {
"vscode": "^1.94.0"
@ -10,6 +10,7 @@
"categories": [
"Other"
],
"icon": "media/vscode_gitea_plugin.png",
"activationEvents": ["onStartupFinished"],
"main": "./dist/extension.js",
"contributes": {