You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ This extension contributes the following settings:
90
90
91
91
-`codecarbon.launchOnStartup`: If true, the extension will start tracking the emissions when you open a new window. Defaults to true.
92
92
-`codecarbon.notifications`: Notification policy for popups. Use `default` to show start/stop info and recoverable warnings, or `minimal` to only show blocking errors.
93
+
-`codecarbon.emissionsFile`: Optional CSV destination path. Set an absolute path (for example in your home directory) to use one central `emissions.csv` across workspaces.
Copy file name to clipboardExpand all lines: package.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,11 @@
94
94
"Only show blocking errors as popups. Use output logs for diagnostics.",
95
95
"Show start/stop info popups and warnings for recoverable setup issues."
96
96
]
97
+
},
98
+
"codecarbon.emissionsFile": {
99
+
"default": "",
100
+
"description": "Optional path for emissions CSV output. Use an absolute path for a central file shared across workspaces, or a relative path resolved from the workspace.",
0 commit comments