Skip to content

Commit

Permalink
feat: update branding
Browse files Browse the repository at this point in the history
  • Loading branch information
ryawaa committed Oct 29, 2024
1 parent c41e013 commit 1b01c9d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.1

- Updated readme
- Added extension icon

## 1.0.0

- Initial release
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Automatically link issue numbers in your code comments to your repository issues.

**Marketplace Link**: https://marketplace.visualstudio.com/items?itemName=ryawaa.comment-issues
[Install on VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=ryawaa.comment-issues) ·
[Source Code](https://github.com/ryawaa/comment-issues)

![screenshot](https://github.com/user-attachments/assets/088f7f0e-19e7-4cd5-af52-1089dd0e20fd)

Expand Down
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.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"displayName": "Comment Issues",
"description": "Links issue numbers in comments to Repository issues.",
"repository": "https://github.com/ryawaa/comment-issues",
"version": "1.0.0",
"version": "1.0.1",
"publisher": "ryawaa",
"engines": {
"vscode": "^1.74.0"
},
"icon": "assets/icon.png",
"activationEvents": [
"onLanguage"
],
Expand Down

0 comments on commit 1b01c9d

Please sign in to comment.