Skip to content

Commit

Permalink
chore(vscode): add logo image and publish info
Browse files Browse the repository at this point in the history
  • Loading branch information
ytaek committed Sep 18, 2022
1 parent 6a7ef38 commit 7a6ce99
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Binary file added packages/vscode/images/githru_logo_temp.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 16 additions & 2 deletions packages/vscode/package.json
Expand Up @@ -2,16 +2,30 @@
"name": "githru-vscode-ext",
"displayName": "githru-vscode-ext",
"description": "vscode extension module for githru-vscode-ext",
"repository": "https://github.com/githru/githru-vscode-ext",
"publisher": "githru",
"repository": {
"url": "https://github.com/githru/githru-vscode-ext",
"type": "git"
},
"version": "0.1.0",
"engines": {
"vscode": "^1.67.0"
},
"icon": "images/githru_logo_temp.png",
"author": {
"name": "team githru"
},
"categories": [
"Other"
"Other",
"SCM Providers"
],
"keywords": [
"githru",
"git",
"GitHub",
"log",
"visualization",
"visual analytics"
],
"activationEvents": [
"*"
Expand Down

0 comments on commit 7a6ce99

Please sign in to comment.