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
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Aspire",
"description": "%extension.description%",
"publisher": "microsoft-aspire",
"version": "1.0.3",
"version": "1.0.4",
Copy link

Copilot AI Mar 2, 2026

Choose a reason for hiding this comment

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

The extension version was bumped in package.json, but extension/package-lock.json still has the root package version set to 1.0.3 (top-level "version" and packages[""].version). This leaves the repo in an inconsistent state for anyone using npm-based workflows; please update or regenerate the lockfile (or remove it if it's intentionally unused).

Suggested change
"version": "1.0.4",
"version": "1.0.3",

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Mar 2, 2026

Choose a reason for hiding this comment

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

PR description includes a placeholder “Fixes # (issue)”. Please either link the actual issue/PR being fixed or remove this line so release notes/auto-linking don’t end up with an invalid reference.

Copilot uses AI. Check for mistakes.
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
"icon": "dotnet-aspire-logo-128.png",
"license": "SEE LICENSE IN LICENSE.TXT",
Expand Down
Loading