Skip to content

Commit caa865f

Browse files
committed
docs: add icon to README
Add extension icon with left-aligned layout to README header. Add icon.png and icon.svg to images/ directory.
1 parent 07e224a commit caa865f

4 files changed

Lines changed: 27 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# GitHub Copilot Usage
22

3-
Shows Copilot Premium request quota usage (e.g., `25%`) in the VS Code status bar.
3+
<img src="images/icon.png" width="100" alt="GitHub Copilot Usage" align="left">
4+
5+
<div>
6+
<p>Shows Copilot Premium request quota usage (e.g., <code>25%</code>) in the VS Code status bar.</p>
7+
</div>
48

59
| | | |
610
| :---: | :---: | :---: |

images/icon.png

11.8 KB
Loading

images/icon.svg

Lines changed: 21 additions & 0 deletions
Loading

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"type": "git",
1010
"url": "https://github.com/euxx/github-copilot-usage"
1111
},
12+
"icon": "images/icon.png",
1213
"keywords": [
1314
"github",
1415
"copilot",

0 commit comments

Comments
 (0)