Fix extension README command table to match actual commands#14687
Merged
adamint merged 1 commit intodotnet:release/13.2from Mar 2, 2026
Merged
Conversation
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 14687Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 14687" |
Contributor
There was a problem hiding this comment.
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.
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
bddfd0d to
4db6cf5
Compare
eerhardt
approved these changes
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
package.nls.jsonbut not in the README:Fixes #14425
Checklist
<remarks />and<code />elements on your triple slash comments?aspire.devissue: