Skip to content

Commit

Permalink
add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey.zhaopeng committed Aug 10, 2016
1 parent 047eb4d commit 9bdacb7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
Binary file added images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 20 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
{
"name": "vscode-fileheader",
"displayName": "vscode-fileheader",
"description": "",
"version": "0.0.1",
"description": "insert header comment,and automatically update the time.",
"version": "0.0.2",
"publisher": "mikey",
"author": {
"name": "mikey.zhaopeng",
"url": "http://zhaopeng.me"
},
"galleryBanner": {
"color": "#3B4859",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/zhaopengme/vscode-fileheader.git"
},
"bugs": {
"url": "https://github.com/zhaopengme/vscode-fileheader/issues",
"email": "imzhpe@qq.com"
},
"icon": "images/icon.png",
"engines": {
"vscode": "^1.0.0"
},
Expand Down Expand Up @@ -57,4 +74,4 @@
"devDependencies": {
"vscode": "^0.11.0"
}
}
}

0 comments on commit 9bdacb7

Please sign in to comment.