Skip to content

Commit 0ec7e50

Browse files
authored
release: 0.4.0 (#94)
1 parent e1da179 commit 0ec7e50

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
[![CodeCarbon](https://raw.githubusercontent.com/inimaz/vscode-extension-codecarbon/master/images/banner.png)](https://www.codecarbon.io/)
2-
3-
> :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).
1+
[![CodeCarbon](https://raw.githubusercontent.com/mlco2/vscode-extension-codecarbon/master/images/banner.png)](https://www.codecarbon.io/)
42

53
# Codecarbon extension
64

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

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

1614
- **Real-time metrics display**: View live CPU, GPU, and RAM power usage, energy consumption, and total emissions directly in the status bar.
1715
- Detailed tooltip showing:

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"name": "codecarbon",
33
"displayName": "Codecarbon",
44
"description": "Estimate and track carbon emissions from your computer, quantify and analyze their impact.",
5-
"version": "0.3.2",
6-
"preview": true,
5+
"version": "0.4.0",
6+
"preview": false,
77
"pythonPackageInfo": {
88
"name": "Codecarbon",
99
"module": "codecarbon"
1010
},
1111
"publisher": "codecarbon",
1212
"license": "MIT",
13-
"homepage": "https://github.com/inimaz/vscode-extension-codecarbon",
13+
"homepage": "https://github.com/mlco2/vscode-extension-codecarbon",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/inimaz/vscode-extension-codecarbon.git"
16+
"url": "https://github.com/mlco2/vscode-extension-codecarbon.git"
1717
},
1818
"bugs": {
19-
"url": "https://github.com/inimaz/vscode-extension-codecarbon/issues"
19+
"url": "https://github.com/mlco2/vscode-extension-codecarbon/issues"
2020
},
2121
"galleryBanner": {
2222
"color": "#1e415e",

0 commit comments

Comments
 (0)