Skip to content

Commit 345dcd5

Browse files
authored
Merge pull request #160 from UncleBats/update-known-issue
add information where logs from the devcontainer are stored
2 parents c5d7006 + 021022a commit 345dcd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The dashboard provides insights into your prompting patterns and helps you optim
198198
- Premium Requests are not tracked and shown in this extension
199199
- 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.
200200
- Same for the information on amount of trees that are needed to compensate your usage.
201-
- 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.
201+
- 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.
202202

203203
> **⚠️ Warning**
204204
>

0 commit comments

Comments
 (0)