Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>EcoLogits — Claude Code ImpactNew to Visual Studio Code? Get it now.
EcoLogits — Claude Code Impact

EcoLogits — Claude Code Impact

Marmelab

|
7 installs
| (1) | Free
Shows the environmental impact of your Claude Code session in the VS Code status bar (CO₂, water, energy) via the public EcoLogits API.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

EcoLogist status bar extension for VS Code

Shows the estimated environmental impact of your Claude Code session in the VSCode status bar.

This includes greenhouse gas emissions (CO₂), water consumption, and energy consumption are displayed in the status bar, based on the EcoLogits model and data.

Screenshot of the reported impact in the VS Code status bar

The extension has three modes:

  • Last use: shows only the last session's impact.
  • Workspace: shows cumulative impact for all sessions in the current workspace.
  • All time: shows cumulative impact across all projects and all time.

It's an adaptation of the ecologits-statusline project.

How to build and run the extension

  1. Install dependencies:
npm install
  1. Compile the extension:
npm run compile
  1. Package the extension:
npm run package

It will generate a .vsix file in the root folder. You can install it in VS Code by opening the command palette (Ctrl+Shift+P), typing "Extensions: Install from VSIX...", and selecting the generated .vsix file.

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