Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ The dashboard provides insights into your prompting patterns and helps you optim
- Premium Requests are not tracked and shown in this extension
- The numbers are based on the amount of text in the chat sessions, not the actual tokens used. This is an estimation and may not be 100% accurate. We use an average character-to-token ratio for each model to estimate the token count, which is visible in the detail panel when you click on the status bar item.
- Same for the information on amount of trees that are needed to compensate your usage.
- When debugging in a Dev Container, the session log files cannot be found (they live outside the container). Token tracking will not work inside the container; however, you can still use the devcontainer to run AI in YOLO.
- Dev Containers: Copilot Chat session logs are written to the host machine's user profile (outside the container). On Linux, this is typically under `~/.config/Code/` (or the editor variant) within the host, not the container. The extension currently does not read from host paths, so token tracking will not work inside a Dev Container. If needed, run VS Code locally (outside the container) or mount the host user data directories into the container at the expected locations. PRs to add native host-path support are welcome.

> **⚠️ Warning**
>
Expand Down
Loading