1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-09-11 07:15:31 +03:00

adds logo and package meta data

This commit is contained in:
kahole 2020-02-19 23:14:13 +01:00
parent baf4fd0198
commit 1aeaf3275e
3 changed files with 25 additions and 3 deletions

View File

@ -1,6 +1,7 @@
# Magit for VSCode (alpha)
Inspired by the awesome original, [Magit](https://magit.vc/) for Emacs
**Alpha**: use at own your own risk!
## Inspired by the awesome, original, [Magit](https://magit.vc/) for Emacs
![Usage](images/magit_logo.png)
### **Alpha**: use at own your own risk!
![Usage](https://raw.githubusercontent.com/kahole/vscodemagit/c13e273164deac7fbfc7e19970a58f90f98bff67/magit_lowdef.gif)

BIN
images/magit_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 KiB

View File

@ -1,15 +1,36 @@
{
"name": "magit",
"displayName": "Magit",
"displayName": "Magit (alpha)",
"description": "Magit for Visual Studio Code",
"publisher": "kahole",
"author": {
"name": "Kristian Andersen Hole",
"email": "kristian@hole.priv.no"
},
"version": "0.0.1",
"engines": {
"vscode": "^1.40.0"
},
"logo": "images/magit_logo.png",
"galleryBanner": {
"color": "#000000",
"theme": "dark"
},
"categories": [
"Other"
],
"keywords": [
"magit",
"git",
"emacs",
"commit"
],
"license": "MIT",
"homepage": "https://github.com/kahole/vscodemagit/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/kahole/vscodemagit.git"
},
"activationEvents": [
"onCommand:extension.magit",
"onCommand:extension.magit-dispatch",