Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>copilot-quotaNew to Visual Studio Code? Get it now.
copilot-quota

copilot-quota

Jerit Baiju

|
248 installs
| (0) | Free
a visible quota meter that disciplines your resource usage and optimizes your workflow.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Copilot Quota Monitor

A VS Code extension that displays a real-time GitHub Copilot quota meter in your status bar. Helps you track and optimize your daily AI-assisted coding resource usage across multiple accounts.

Features

✨ Real-time Quota Display - Shows current account and remaining quota percentage in the status bar

📊 Smart Daily Calculation - Automatically calculates your daily quota allocation based on:

  • Number of GitHub Copilot accounts
  • Days in the current month
  • Current day of the month

💡 Detailed Tooltip - Hover over the status bar item for comprehensive quota breakdown:

  • Current account in use
  • Remaining quota percentage for today
  • Month progress
  • Daily allocation
  • Total monthly quota

⚙️ Easy Configuration - Set your account count via command palette or settings

Installation

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  3. Search for "copilot-quota"
  4. Click Install

Usage

Status Bar Display

Once installed, the extension automatically shows in the status bar (bottom-right):

1 → 48.33%

This means:

  • 1 - Current account you should use
  • 48.33% - Maximum quota percentage for today on that account

Setting Account Count

Method 1: Command Palette

  1. Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  2. Type "Copilot Quota: Set Account Count"
  3. Enter the number of accounts you have

Method 2: Settings

  1. Go to Settings (File > Preferences > Settings)
  2. Search for "Copilot Quota"
  3. Set "Account Count" to your desired value

Understanding the Calculation

The extension uses a fair daily allocation formula:

  • Each account has 100% monthly quota
  • Total quota = Accounts × 100%
  • Daily allocation = Total quota ÷ Days in month
  • Today's limit = Daily allocation × Current day

For example, with 3 accounts on day 15 of a 30-day month:

  • Total quota: 300%
  • Daily allocation: 10%
  • Today's limit: 150%
  • Current account: 2 (since 150% = 1 full account + 50%)
  • Display: 2 → 50.00%

Configuration

Setting Type Default Description
copilotQuota.accountCount number 1 Number of GitHub Copilot accounts you have

Requirements

  • VS Code version 1.106.1 or higher

Known Issues

None at the moment. Please report issues on GitHub.

Release Notes

See CHANGELOG.md for detailed release notes.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

See LICENSE file for details.

Support

If you find this extension helpful, please:

  • ⭐ Star the GitHub repository
  • 📝 Leave a review on the VS Code Marketplace
  • 🐛 Report bugs or suggest features via GitHub Issues

Enjoy optimized Copilot usage! 🚀

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft