Merged
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates developer environment configuration and documentation links to improve contributor experience and navigation for discussions related to the GitHub Well-Architected Framework.
Changes:
- Replace deprecated VS Code Prettier extension ID with
esbenp.prettier-vscodeand update the default formatter in the devcontainer configuration. - Update README “Quick links” to point to separate Community and Partners discussions pages.
Show a summary per file
| File | Description |
|---|---|
| README.md | Replaces the single Discussions link with separate Community and Partners discussion links. |
| .devcontainer/devcontainer.json | Updates the Prettier extension ID and the editor.defaultFormatter setting for Codespaces/devcontainer use. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 1
Comment on lines
32
to
36
| "golang.go", | ||
| // Recommended for Hextra theme | ||
| "mhutchie.git-graph", | ||
| "prettier.prettier-vscode", | ||
| "tamasfe.even-better-toml", | ||
| "budparr.language-hugo-vscode", | ||
| "esbenp.prettier-vscode", | ||
|
|
There was a problem hiding this comment.
The PR description says this change only replaces the deprecated Prettier extension, but this hunk also removes the tamasfe.even-better-toml extension (and reorders the Hugo-related extensions). If this removal/reordering is intentional, please update the PR description to reflect it; otherwise, re-add the TOML extension to avoid an unintended devcontainer experience change.
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.
Development environment updates:
prettier.prettier-vscodeextension with the actively maintainedesbenp.prettier-vscodein the.devcontainer/devcontainer.jsonfile, and updates the default formatter accordingly. [1] [2]Documentation improvements: