Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[![CodeCarbon](https://raw.githubusercontent.com/inimaz/vscode-extension-codecarbon/master/images/banner.png)](https://www.codecarbon.io/)

> :construction: **EARLY ACCESS**: This extension is in active development. We encourage everyone to try it out and provide feedback to help us improve. Your input is invaluable in making this tool better for everyone. Please share your thoughts, report bugs, and suggest features on our [GitHub Issues page](https://github.com/inimaz/vscode-extension-codecarbon/issues).
[![CodeCarbon](https://raw.githubusercontent.com/mlco2/vscode-extension-codecarbon/master/images/banner.png)](https://www.codecarbon.io/)

# Codecarbon extension

Expand All @@ -11,7 +9,7 @@ This extension allows you to track the carbon emissions of your code directly fr
- Track the carbon emissions of your code directly from your VsCode.
- Start and stop the emissions tracking with a simple click.

![Demo](https://raw.githubusercontent.com/inimaz/vscode-extension-codecarbon/master/images/demo.gif)
![Demo](https://raw.githubusercontent.com/mlco2/vscode-extension-codecarbon/master/images/demo.gif)

- **Real-time metrics display**: View live CPU, GPU, and RAM power usage, energy consumption, and total emissions directly in the status bar.
- Detailed tooltip showing:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"name": "codecarbon",
"displayName": "Codecarbon",
"description": "Estimate and track carbon emissions from your computer, quantify and analyze their impact.",
"version": "0.3.2",
"preview": true,
"version": "0.4.0",
"preview": false,
"pythonPackageInfo": {
"name": "Codecarbon",
"module": "codecarbon"
},
"publisher": "codecarbon",
"license": "MIT",
"homepage": "https://github.com/inimaz/vscode-extension-codecarbon",
"homepage": "https://github.com/mlco2/vscode-extension-codecarbon",
"repository": {
"type": "git",
"url": "https://github.com/inimaz/vscode-extension-codecarbon.git"
"url": "https://github.com/mlco2/vscode-extension-codecarbon.git"
},
"bugs": {
"url": "https://github.com/inimaz/vscode-extension-codecarbon/issues"
"url": "https://github.com/mlco2/vscode-extension-codecarbon/issues"
},
"galleryBanner": {
"color": "#1e415e",
Expand Down