Skip to content

Commit

Permalink
Add icon and author in extension manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
j--wong committed Jan 2, 2017
1 parent 4ec2147 commit 20e983d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "vscode-jmespath",
"displayName": "JMESPath for VSCode",
"description": "Evaluate JMESPath queries within Visual Studio Code",
"icon": "images/jmespath.png",
"version": "0.0.1",
"main": "./out/src/jmespathMain",
"scripts": {
Expand All @@ -27,7 +28,9 @@
"url": "https://github.com/j--wong/vscode-jmespath.git"
},
"publisher": "joshwong",
"icon": "images/jemspath.png",
"author": {
"name": "Josh Wong"
},
"galleryBanner": {
"color": "#13254a",
"theme": "dark"
Expand Down

0 comments on commit 20e983d

Please sign in to comment.