Skip to content

Commit

Permalink
🐛 fix image_path_error
Browse files Browse the repository at this point in the history
  • Loading branch information
ddzy committed Feb 2, 2019
1 parent 4179a13 commit d0f9e57
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
Binary file added assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 14 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,22 @@
"find file",
"fine the specified file in the folder"
],
"icon": "https://oos.yyge.top/2019/2/2/vsce/file-positioning/images/logo.png",
"icon": "assets/images/logo.png",
"galleryBanner": {
"color": "#C80000",
"theme": "dark"
},
"activationEvents": [
"onCommand:extension.filePositioning"
],

"main": "./out/extension.js",
"contributes": {
"commands":[
"commands": [
{
"command": "extension.filePositioning",
"title": "File Positioning",
"icon": "https://oos.yyge.top/2019/2/2/vsce/file-positioning/images/command_icon_64.png",
"category": "File"
"category": "File",
"icon": "assets/images/logo.png"
}
],
"keybindings": [
Expand All @@ -41,6 +44,10 @@
}
]
},
"bugs": {
"url": "https://github.com/ddzy/file-positioning/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/ddzy/file-positioning.git"
Expand All @@ -58,5 +65,6 @@
"tslint": "^5.8.0",
"@types/node": "^8.10.25",
"@types/mocha": "^2.2.42"
}
},
"homepage": "https://github.com/ddzy/file-positioning/blob/master/README.md"
}

0 comments on commit d0f9e57

Please sign in to comment.