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
5 changes: 5 additions & 0 deletions .github/workflows/sync-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
echo "Changes detected in CHANGELOG.md"
fi

- name: Ensure on main branch
if: steps.changes.outputs.changed == 'true'
run: |
git checkout main

- name: Commit and push changes
if: steps.changes.outputs.changed == 'true'
run: |
Expand Down
13 changes: 10 additions & 3 deletions SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ When creating a new issue, please include the following information to help us u
- **Operating System**: Windows, macOS, or Linux with version
- **Issue Description**: Clear description of what's happening vs. what you expected

Use the "Diagnostic Report" feature in the extension to gather relevant system and extension information. This can be accessed via the details page.

## Seen before
We have seen before that there are no sessions and tokens being reported. In that case, try out to enable the "Copilot Chat Debug View":

![Screenshot showing how to reach the chat debug view, by going to the ... icon in the Copilot chat interface and choosing "Show chat debug view"](./docs/images/Chat%20debug%20view.png)

### Helpful Details

- **Steps to Reproduce**: Detailed steps to recreate the issue
Expand All @@ -27,9 +34,9 @@ When creating a new issue, please include the following information to help us u
Before reporting, please check if your issue is related to these known limitations mentioned in the README:

- Numbers are based on local log files only (multi-machine usage not tracked)
- Premium Requests are not tracked
- Token counts are estimates based on character count
- Extension currently tested primarily on Windows
- Premium Request Units are not tracked by this extension, only their token usage is included
- Token counts are estimates based on character count from the chat sessions stored on disk
- Extension currently tested primarily on Windows, found something? Report an issue in the repo: https://github.com/rajbos/github-copilot-token-usage

## Feature Requests

Expand Down
Binary file added docs/images/Chat debug view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading