Skip to content

Fix extension README command table to match actual commands#14687

Merged
adamint merged 1 commit intodotnet:release/13.2from
adamint:dev/adamint/fix-readme-commands-14425
Mar 2, 2026
Merged

Fix extension README command table to match actual commands#14687
adamint merged 1 commit intodotnet:release/13.2from
adamint:dev/adamint/fix-readme-commands-14425

Conversation

@adamint
Copy link
Member

@adamint adamint commented Feb 25, 2026

Description

The extension README command table was out of sync with the actual commands registered in package.nls.json. This updates it to be consistent.

Changes:

  • Renamed commands to match their actual titles:
    • "Configure launch.json" → "Configure launch.json file"
    • "Manage configuration settings" → "Extension settings"
  • Added missing commands that were in package.nls.json but not in the README:
    • "Initialize Aspire"
    • "Open local Aspire settings"
    • "Open global Aspire settings"
  • Removed the "Availability" column — the "Available"/"Preview" distinction was not reflected in the codebase and was outdated.

Fixes #14425

Checklist

  • Is this feature complete?
    • Yes. Ready to ship.
    • No. Follow-up changes expected.
  • Are you including unit tests for the changes and scenario tests if relevant?
    • Yes
    • No
  • Did you add public API?
    • Yes
      • If yes, did you have an API Review for it?
        • Yes
        • No
      • Did you add <remarks /> and <code /> elements on your triple slash comments?
        • Yes
        • No
    • No
  • Does the change make any security assumptions or guarantees?
    • Yes
      • If yes, have you done a threat model and had a security review?
        • Yes
        • No
    • No
  • Does the change require an update in our Aspire docs?

Copilot AI review requested due to automatic review settings February 25, 2026 18:40
@github-actions
Copy link
Contributor

github-actions bot commented Feb 25, 2026

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 14687

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 14687"

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the Aspire VS Code extension README command table so it better reflects the commands exposed by the extension (per the command titles defined in package.nls.json) and removes outdated availability labeling.

Changes:

  • Renames command entries in the README table to match current command titles.
  • Adds missing command entries (Initialize + settings file openers).
  • Removes the outdated “Availability” column from the command table.

@adamint adamint changed the base branch from main to release/13.2 March 2, 2026 17:37
Update the command table in extension/README.md to be consistent with
the actual command titles registered in package.nls.json:

- Fix 'Configure launch.json' -> 'Configure launch.json file'
- Fix 'Manage configuration settings' -> 'Extension settings'
- Add missing commands: Initialize Aspire, Open local/global Aspire settings
- Remove outdated Available/Preview availability column
@adamint adamint force-pushed the dev/adamint/fix-readme-commands-14425 branch from bddfd0d to 4db6cf5 Compare March 2, 2026 17:40
@adamint adamint merged commit 7ca15d6 into dotnet:release/13.2 Mar 2, 2026
7 of 8 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 13.2 milestone Mar 2, 2026
mitchdenny pushed a commit that referenced this pull request Mar 5, 2026
Update the command table in extension/README.md to be consistent with
the actual command titles registered in package.nls.json:

- Fix 'Configure launch.json' -> 'Configure launch.json file'
- Fix 'Manage configuration settings' -> 'Extension settings'
- Add missing commands: Initialize Aspire, Open local/global Aspire settings
- Remove outdated Available/Preview availability column
Copilot AI pushed a commit that referenced this pull request Mar 10, 2026
Update the command table in extension/README.md to be consistent with
the actual command titles registered in package.nls.json:

- Fix 'Configure launch.json' -> 'Configure launch.json file'
- Fix 'Manage configuration settings' -> 'Extension settings'
- Add missing commands: Initialize Aspire, Open local/global Aspire settings
- Remove outdated Available/Preview availability column
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.

[AspireE2E] The commands in the aspire extension are inconsistent with the commands in its details.

3 participants