Skip to content
Merged
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Weather Extension for Microsoft Command Palette

<a href="https://get.microsoft.com/installer/download/9N01D6BS9V98?referrer=appbadge" target="_self" >
<img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/>
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new store badge image is missing an alt attribute. Please add descriptive alt text (e.g., “Get it from Microsoft Store”) so the README remains accessible to screen readers.

Suggested change
<img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/>
<img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200" alt="Get it from Microsoft Store" />

Copilot uses AI. Check for mistakes.
Comment on lines +3 to +4
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There’s a stray tab indentation before the <img> and an extra space before the closing > on the <a ...> tag. Please normalize the whitespace (spaces-only indentation, no trailing spaces) to keep the README diff clean and consistent.

Suggested change
<a href="https://get.microsoft.com/installer/download/9N01D6BS9V98?referrer=appbadge" target="_self" >
<img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/>
<a href="https://get.microsoft.com/installer/download/9N01D6BS9V98?referrer=appbadge" target="_self">
<img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/>

Copilot uses AI. Check for mistakes.
</a>

A weather extension for [Microsoft Command Palette](https://github.com/microsoft/PowerToys)
(PowerToys) that provides current conditions, hourly forecasts, and multi-day
forecasts right from your desktop.
Expand Down
Loading