Skip to content

Commit bc27a3a

Browse files
rajbosCopilot
andcommitted
fix: move Icon before Tags in vsixmanifest to fix schema validation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1486647 commit bc27a3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
Publisher="Rob Bos" />
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>
12-
<Tags>GitHub Copilot, token usage, AI, productivity</Tags>
1312
<Icon>assets\logo.png</Icon>
13+
<Tags>GitHub Copilot, token usage, AI, productivity</Tags>
1414
</Metadata>
1515

1616
<Installation>

0 commit comments

Comments
 (0)