Skip to content

Commit aa02bdd

Browse files
committed
docs: update README screenshots and remove stale settings table
- Remove header icon image - Resize screenshot widths from 280 to 190 - Remove Settings table (superseded by VS Code settings UI)
1 parent e3a2182 commit aa02bdd

4 files changed

Lines changed: 1 addition & 11 deletions

File tree

.github/assets/critical.png

1.52 KB
Loading

.github/assets/normal.png

1.96 KB
Loading

.github/assets/warning.png

1.56 KB
Loading

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# GitHub Copilot Usage
22

3-
<img src="images/icon.png" width="70" alt="GitHub Copilot Usage" align="left">
4-
53
<div>
64
<p>Shows Copilot Premium request quota usage in the VS Code status bar, right next to the Copilot icon.</p>
75
<p>e.g., <code>25%</code> normal · <code>75%</code> yellow warning · <code>95%</code> red critical.</p>
@@ -16,7 +14,7 @@
1614

1715
| | | |
1816
| :---: | :---: | :---: |
19-
| <img src=".github/assets/normal.png" alt="Normal (25%)" width="280"> | <img src=".github/assets/warning.png" alt="Warning (75%)" width="280"> | <img src=".github/assets/critical.png" alt="Critical (95%)" width="280"> |
17+
| <img src=".github/assets/normal.png" alt="Normal (25%)" width="190"> | <img src=".github/assets/warning.png" alt="Warning (75%)" width="190"> | <img src=".github/assets/critical.png" alt="Critical (95%)" width="190"> |
2018
| Normal | Warning | Critical |
2119

2220
## Status bar states
@@ -32,14 +30,6 @@
3230
| _(spinner)_ | Loading |
3331
| _(error icon)_ | API / network error |
3432

35-
## Settings
36-
37-
| Setting | Default | Description |
38-
|---------|---------|-------------|
39-
| `githubCopilotUsage.refreshIntervalMinutes` | `5` | Auto-refresh interval (1–60 min) |
40-
| `githubCopilotUsage.warningThreshold` | `75` | Yellow warning threshold (%) |
41-
| `githubCopilotUsage.criticalThreshold` | `90` | Red critical threshold (%) |
42-
4333
## License
4434

4535
Under the [MIT](LICENSE) License.

0 commit comments

Comments
 (0)