Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Month ProgressNew to Visual Studio Code? Get it now.
Month Progress

Month Progress

Pragmatism

|
1 install
| (0) | Free
Shows the current month progress as a percentage in the status bar.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Month Progress (VS Code Extension)

Shows the current month progress as a single percentage in the status bar (right side), based on the user's local time.

Usage

  • Install dependencies: npm install
  • Build: npm run compile
  • Run tests: npm test
  • Launch the extension for development: press F5 in VS Code

Deploy

Package a VSIX

  1. Install vsce if you don't already have it: npm install -g @vscode/vsce
  2. Package: vsce package
  3. Install locally: code --install-extension vscode-month-progress-0.1.0.vsix

Publish to the Marketplace

  1. Create a publisher and token in the VS Code Marketplace.
  2. Login: vsce login <publisher-name>
  3. Publish: vsce publish

Notes

  • The percentage updates once per minute.
  • It uses the local machine time zone to determine month progress.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft