From 65df364c857720099613fdf43b7c311c753ae43f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 26 Sep 2025 22:22:38 +0000 Subject: [PATCH 1/4] Initial plan From 9f234defc26ef1a3a4852a0264585dcacea68df7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 26 Sep 2025 22:25:07 +0000 Subject: [PATCH 2/4] Initial plan: Create GitHub issue templates Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com> --- package-lock.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a689708..e074e8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -898,7 +898,6 @@ "integrity": "sha512-EHrrEsyhOhxYt8MTg4zTF+DJMuNBzWwgvvOYNj/zm1vnaD/IC5zCXFehZv94Piqa2cRFfXrTFxIvO95L7Qc/cw==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "8.44.1", "@typescript-eslint/types": "8.44.1", @@ -1145,7 +1144,6 @@ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -2394,7 +2392,6 @@ "integrity": "sha512-hB4FIzXovouYzwzECDcUkJ4OcfOEkXTv2zRY6B9bkwjx/cprAq0uvm1nl7zvQ0/TsUk0zQiN4uPfJpB9m+rPMQ==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -6368,7 +6365,6 @@ "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", "dev": true, "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" From f98437debd513e20505bc8915a89955b58559de1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 26 Sep 2025 22:26:45 +0000 Subject: [PATCH 3/4] Add GitHub issue templates for bug reports and feature requests Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 43 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 40 +++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..4acb8dd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,43 @@ +--- +name: Bug report +about: Create a report to help us improve the Copilot Token Tracker extension +title: '[BUG] ' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information):** +- OS: [e.g. Windows 11, macOS Sonoma, Ubuntu 22.04] +- VS Code Version: [e.g. 1.95.0] +- Extension Version: [e.g. 0.0.1] +- GitHub Copilot Extension Version: [e.g. 1.140.0] + +**Copilot Usage Context:** +- Do you use GitHub Copilot on multiple machines? [Yes/No] +- Do you use GitHub Copilot in the web version? [Yes/No] +- Approximately when did you first install GitHub Copilot Chat? [e.g. 3 months ago] + +**Additional context** +Add any other context about the problem here. + +**Logs (if applicable)** +If the extension shows unexpected behavior, you can help by sharing: +- Any error messages from VS Code Developer Tools (Help > Toggle Developer Tools) +- Contents of VS Code output panel for "Copilot Token Tracker" (if available) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..c4d0510 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,40 @@ +--- +name: Feature request +about: Suggest an idea for the Copilot Token Tracker extension +title: '[FEATURE] ' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Use case** +Describe how this feature would be used and who would benefit from it. + +**Mockups/Screenshots (if applicable)** +If you have ideas for UI changes or new displays, add mockups or sketches to help explain your vision. + +**Priority** +How important is this feature to you? +- [ ] Critical - I can't use the extension effectively without this +- [ ] High - This would significantly improve my experience +- [ ] Medium - This would be a nice addition +- [ ] Low - This is just a suggestion + +**Implementation considerations** +Are there any technical considerations or constraints you're aware of? For example: +- Performance implications +- Cross-platform compatibility (Windows/macOS/Linux) +- Integration with other VS Code extensions +- Data privacy concerns + +**Additional context** +Add any other context, links to similar features in other tools, or screenshots about the feature request here. \ No newline at end of file From 043c27b024ddfc292418001d8011be4723cced82 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 26 Sep 2025 22:47:50 +0000 Subject: [PATCH 4/4] Remove package-lock.json from changeset Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com> --- package-lock.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package-lock.json b/package-lock.json index e074e8f..a689708 100644 --- a/package-lock.json +++ b/package-lock.json @@ -898,6 +898,7 @@ "integrity": "sha512-EHrrEsyhOhxYt8MTg4zTF+DJMuNBzWwgvvOYNj/zm1vnaD/IC5zCXFehZv94Piqa2cRFfXrTFxIvO95L7Qc/cw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "8.44.1", "@typescript-eslint/types": "8.44.1", @@ -1144,6 +1145,7 @@ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -2392,6 +2394,7 @@ "integrity": "sha512-hB4FIzXovouYzwzECDcUkJ4OcfOEkXTv2zRY6B9bkwjx/cprAq0uvm1nl7zvQ0/TsUk0zQiN4uPfJpB9m+rPMQ==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -6365,6 +6368,7 @@ "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", "dev": true, "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver"