Skip to content

Commit 87b8312

Browse files
authored
Merge branch 'main' into main
2 parents 81475f1 + 5873eea commit 87b8312

13 files changed

Lines changed: 1699 additions & 7 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"/^node \\.github/skills/load-cache-data/load-cache-data\\.js(?: --last \\d+)?(?: --json)?$/": {
2424
"approve": true,
2525
"matchCommandLine": true
26-
}
26+
},
27+
"npx eslint": true
2728
}
2829
}

esbuild.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ async function main() {
4747
usage: 'src/webview/usage/main.ts',
4848
diagnostics: 'src/webview/diagnostics/main.ts',
4949
logviewer: 'src/webview/logviewer/main.ts',
50+
maturity: 'src/webview/maturity/main.ts',
5051
},
5152
bundle: true,
5253
format: 'iife',

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
"title": "Generate Diagnostic Report",
5050
"category": "Copilot Token Tracker"
5151
},
52+
{
53+
"command": "copilot-token-tracker.showMaturity",
54+
"title": "Show Copilot Fluency Score",
55+
"category": "Copilot Token Tracker"
56+
},
5257
{
5358
"command": "copilot-token-tracker.configureBackend",
5459
"title": "Configure Backend",

0 commit comments

Comments
 (0)