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
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@
<DependentUpon>TokenTrackerControl.xaml</DependentUpon>
</Compile>
</ItemGroup>
<!-- Extension icon -->
<ItemGroup>
<Content Include="assets\logo.png">
<IncludeInVSIX>true</IncludeInVSIX>
<VSIXSubPath>assets\</VSIXSubPath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<!-- VSIX manifest -->
<ItemGroup>
<None Include="Properties\Settings.settings">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<DisplayName>AI Engineering Fluency</DisplayName>
<Description>Measure and grow your AI engineering fluency in Visual Studio. Tracks GitHub Copilot token usage, today's and last-30-days activity, per-model breakdowns, and detailed session analysis.</Description>
<Tags>GitHub Copilot, token usage, AI, productivity</Tags>
<Icon>assets\logo.png</Icon>
</Metadata>

<Installation>
Expand Down
Loading