Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add devcontainer.json for GitHub Codespaces #97

Merged
merged 2 commits into from
Dec 4, 2024
Merged

Conversation

dsanchezcr
Copy link
Owner

@dsanchezcr dsanchezcr commented Dec 3, 2024

Fixes #96

Add devcontainer.json file for GitHub Codespaces.

  • Add a new file devcontainer.json to the root of the repository.
  • Set the name field to "Docusaurus Dev Container".
  • Set the image field to "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-14".
  • Include the necessary extensions for Docusaurus: docusaurus.docusaurus and esbenp.prettier-vscode.
  • Add a postCreateCommand field with the value "npm install".

For more details, open the Copilot Workspace session.

Fixes #96

Add `devcontainer.json` file for GitHub Codespaces.

* Add a new file `devcontainer.json` to the root of the repository.
* Set the `name` field to "Docusaurus Dev Container".
* Set the `image` field to "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-14".
* Include the necessary extensions for Docusaurus: `docusaurus.docusaurus` and `esbenp.prettier-vscode`.
* Add a `postCreateCommand` field with the value "npm install".

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/dsanchezcr/website/issues/96?shareId=XXXX-XXXX-XXXX-XXXX).
@dsanchezcr dsanchezcr temporarily deployed to Azure Static Web Apps December 3, 2024 21:05 — with GitHub Actions Inactive
@dsanchezcr dsanchezcr requested a review from Copilot December 3, 2024 23:59
@dsanchezcr dsanchezcr self-assigned this Dec 3, 2024

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

Files not reviewed (1)
  • .devcontainer/devcontainer.json: Language not supported

Tip: Turn on automatic Copilot reviews for this repository to get quick feedback on every pull request. Learn more

@dsanchezcr dsanchezcr added the enhancement New feature or request label Dec 3, 2024
@dsanchezcr dsanchezcr merged commit da956b3 into main Dec 4, 2024
5 checks passed
@dsanchezcr dsanchezcr deleted the add-devcontainer branch December 4, 2024 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add devcontainer.json for GitHub Codespaces
1 participant