Skip to content

Clean up and update devcontainer.json#786

Draft
Copilot wants to merge 3 commits intomainfrom
copilot/update-clean-devcontainer-json
Draft

Clean up and update devcontainer.json#786
Copilot wants to merge 3 commits intomainfrom
copilot/update-clean-devcontainer-json

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 26, 2026

The devcontainer config added in #217 had stale/unnecessary features. This PR trims it down to what's actually needed for contributing to this Docusaurus site.

Changes

  • Removed docker-in-docker feature — not needed for a Docusaurus website project
  • Updated node feature to use "lts" version so it always picks up the latest LTS Node.js
  • Retained git and github-cli features for contributor workflows

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Agent-Logs-Url: https://github.com/Azure/awesome-azd/sessions/37ac2462-7af8-4f2d-af5e-0e0a0b0efbaa

Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com>
Copilot AI changed the title [WIP] Update and clean devcontainer.json for better usage Mar 26, 2026
Copilot AI requested a review from hemarina March 26, 2026 22:10
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/node:1": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@copilot Could we install latest node instead of hardcoded value?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Updated to use "lts" instead of the hardcoded "24" in 87d8186.

Copilot AI requested a review from hemarina April 1, 2026 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants