Skip to content

Commit

Permalink
add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
shawtung committed Mar 25, 2020
1 parent ab5213f commit 0ed342e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.vscode-test/
*.vsix
azureToken
2 changes: 2 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ vsc-extension-quickstart.md
**/jsconfig.json
**/*.map
**/.eslintrc.json
images/**
azureToken
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ module.exports = {
activate,
deactivate
}

10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,20 @@
"vscode": "^1.43.0"
},
"publisher": "shawtung",
"repository": {
"type": "git",
"url": "https://github.com/shawtung/vscode-commentlinedown.git"
},
"icon": "assets/icon.png",
"galleryBanner": {
"color": "#C80000",
"theme": "dark"
},
"categories": [
"Other"
],
"keywords": ["line comment", "next line"],
"homepage": "https://github.com/shawtung/vscode-commentlinedown/blob/master/README.md",
"activationEvents": [
"*"
],
Expand Down

0 comments on commit 0ed342e

Please sign in to comment.