Skip to content

Fix tab indentation on JumpList.png content entry in WinUIGallery.csproj#2131

Merged
niels9001 merged 1 commit intoniels9001/jumplistfrom
copilot/sub-pr-2125
Feb 23, 2026
Merged

Fix tab indentation on JumpList.png content entry in WinUIGallery.csproj#2131
niels9001 merged 1 commit intoniels9001/jumplistfrom
copilot/sub-pr-2125

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 22, 2026

The JumpList.png content entry in WinUIGallery.csproj used a tab character for indentation and was missing the space before />, inconsistent with surrounding entries that use 4 spaces.

  • WinUIGallery/WinUIGallery.csproj: Replace tab with 4-space indent and add missing space before /> on the JumpList.png line
-	<Content Include="Assets\ControlImages\JumpList.png"/>
+    <Content Include="Assets\ControlImages\JumpList.png" />

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI mentioned this pull request Feb 22, 2026
Copilot AI changed the title [WIP] Update PR to address feedback on jumplist support Fix tab indentation on JumpList.png content entry in WinUIGallery.csproj Feb 22, 2026
Copilot AI requested a review from niels9001 February 22, 2026 16:58
@niels9001 niels9001 marked this pull request as ready for review February 23, 2026 15:19
@niels9001 niels9001 merged commit e149164 into niels9001/jumplist Feb 23, 2026
2 checks passed
@niels9001 niels9001 deleted the copilot/sub-pr-2125 branch February 23, 2026 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants