You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consttitle=el('div','empty-state-title','👋 Welcome to AI Engineering Fluency');
691
+
692
+
constdesc=el('p','empty-state-description',
693
+
'This extension tracks your GitHub Copilot token usage by reading Copilot Chat session log files stored locally by VS Code. No token data has been found yet.'
'Make sure the GitHub Copilot and GitHub Copilot Chat extensions are installed and active in VS Code.',
706
+
'Open the Copilot Chat panel (Ctrl+Alt+I / Cmd+Alt+I) and have a conversation with Copilot.',
707
+
'Click the 🔄 Refresh button above to reload the stats after chatting.',
708
+
];
709
+
stepTexts.forEach(text=>{
710
+
constli=document.createElement('li');
711
+
li.textContent=text;
712
+
steps.append(li);
713
+
});
714
+
715
+
constnote=el('div','empty-state-note',
716
+
'💡 If you have been using Copilot but still see no data, open the Diagnostics panel (🔍 Diagnostics button above) to verify that session files are being discovered correctly.'
0 commit comments