1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-09-11 07:15:31 +03:00
This commit is contained in:
kahole 2020-02-19 23:18:57 +01:00
parent 1aeaf3275e
commit 03faf1bb87

View File

@ -4,8 +4,7 @@
"description": "Magit for Visual Studio Code",
"publisher": "kahole",
"author": {
"name": "Kristian Andersen Hole",
"email": "kristian@hole.priv.no"
"name": "Kristian Andersen Hole"
},
"version": "0.0.1",
"engines": {
@ -26,10 +25,13 @@
"commit"
],
"license": "MIT",
"homepage": "https://github.com/kahole/vscodemagit/blob/master/README.md",
"homepage": "https://github.com/kahole/vscode-magit/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/kahole/vscodemagit.git"
"url": "https://github.com/kahole/vscode-magit.git"
},
"bugs": {
"url": "https://github.com/kahole/vscode-magit/issues"
},
"activationEvents": [
"onCommand:extension.magit",