Skip to content

Commit 1c195bb

Browse files
rajbosCopilot
andauthored
feat(vs-extension): add AI Engineering Fluency icon to VSIX manifest (#526)
- Copy logo.png from vscode-extension/assets/ to visualstudio-extension assets - Add <Icon> element to source.extension.vsixmanifest - Register assets\logo.png in CopilotTokenTracker.csproj with IncludeInVSIX=true Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6afdcf0 commit 1c195bb

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

visualstudio-extension/src/CopilotTokenTracker/CopilotTokenTracker.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@
7575
<DependentUpon>TokenTrackerControl.xaml</DependentUpon>
7676
</Compile>
7777
</ItemGroup>
78+
<!-- Extension icon -->
79+
<ItemGroup>
80+
<Content Include="assets\logo.png">
81+
<IncludeInVSIX>true</IncludeInVSIX>
82+
<VSIXSubPath>assets\</VSIXSubPath>
83+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
84+
</Content>
85+
</ItemGroup>
7886
<!-- VSIX manifest -->
7987
<ItemGroup>
8088
<None Include="Properties\Settings.settings">
117 KB
Loading

visualstudio-extension/src/CopilotTokenTracker/source.extension.vsixmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<DisplayName>AI Engineering Fluency</DisplayName>
1111
<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>
1212
<Tags>GitHub Copilot, token usage, AI, productivity</Tags>
13+
<Icon>assets\logo.png</Icon>
1314
</Metadata>
1415

1516
<Installation>

0 commit comments

Comments
 (0)