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
1 change: 1 addition & 0 deletions esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ async function main() {
diagnostics: 'src/webview/diagnostics/main.ts',
logviewer: 'src/webview/logviewer/main.ts',
maturity: 'src/webview/maturity/main.ts',
dashboard: 'src/webview/dashboard/main.ts',
'fluency-level-viewer': 'src/webview/fluency-level-viewer/main.ts',
},
bundle: true,
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@
"command": "copilot-token-tracker.clearCache",
"title": "Clear Cache",
"category": "Copilot Token Tracker"
},
{
"command": "copilot-token-tracker.showDashboard",
"title": "Show Team Dashboard",
"category": "Copilot Token Tracker"
}
],
"configuration": {
Expand Down
Loading