Skip to content

Commit

Permalink
Updating devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanchezcr committed Dec 3, 2024
1 parent 991deb4 commit 00f3f64
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
24 changes: 24 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "David Sanchez Website Dev Container Definition",
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",
"remoteUser": "codespace",
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/devcontainers/features/powershell:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"GitHub.copilot",
"Github.copilot-chat",
"GitHub.vscode-pull-request-github",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-spanish",
"streetsidesoftware.code-spell-checker-portuguese-brazilian"
]
}
},
"forwardPorts": [3000],
"postCreateCommand": "npm install"
}
9 changes: 0 additions & 9 deletions devcontainer.json

This file was deleted.

0 comments on commit 00f3f64

Please sign in to comment.