Skip to content

Commit

Permalink
feat: add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangpaopao0609 committed Feb 10, 2022
1 parent 28d6ece commit 371a418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"url": "https://github.com/ardor-zhang/format-import.git"
},
"name": "format-import",
"displayName": "format import",
"icon": "images/icon.png",
"displayName": "Format Import",
"description": "format import",
"author": "ardor-zhang",
"publisher": "ardor-zhang",
Expand Down Expand Up @@ -49,7 +50,7 @@
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js",
"pack": "vsce package",
"release": "vsce publish --yarn"
"release": "vsce publish"
},
"devDependencies": {
"@types/glob": "^7.1.4",
Expand Down

0 comments on commit 371a418

Please sign in to comment.