mirror of
https://gitea.computerliebe.org/ComputerLiebe_ORG_private/Gitea-VSCode-Clone-Plugin.git
synced 2025-07-04 03:53:42 +00:00
* 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:
@ -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": {
|
||||
|
Reference in New Issue
Block a user