Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 2 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@
"golang.go",
// Recommended for Hextra theme
"mhutchie.git-graph",
"prettier.prettier-vscode",
"tamasfe.even-better-toml",
"budparr.language-hugo-vscode",
"esbenp.prettier-vscode",

Comment on lines 32 to 36
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

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

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.

Copilot uses AI. Check for mistakes.
// Recommended extensions from https://gohugo.io/tools/editors/#visual-studio-code
"eliostruyf.vscode-front-matter",
Expand All @@ -50,7 +48,7 @@
"--whole-files",
"--new-from-rev=origin/main"
],
"editor.defaultFormatter": "prettier.prettier-vscode",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ This repository maintains the static site for the [GitHub Well-Architected Frame
**Quick links:**

- 🌐 [View the site](https://wellarchitected.github.com)
- 💬 [Discussions](https://github.com/github/github-well-architected/discussions)
- 💬 [Community Discussions](https://github.com/orgs/community/discussions?discussions_q=label%3A%22GitHub+Well-Architected%22)
- 🤝 [Partners Discussions](https://github.com/githubpartners-community/community/discussions/categories/waf-feedback-and-suggestions)
- 📖 [Contributing Guide](CONTRIBUTING.md)

[🎬 Watch the Teaser video](https://github.com/user-attachments/assets/51fc5744-a61b-4119-8892-bd93b1c26fe8)
Expand Down
Loading