Skip to content

Commit

Permalink
chore: update devcontainer (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Aug 30, 2023
1 parent 609051d commit 278aa75
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
{
"name": "Azure Developer CLI",
"name": "Node.js",
"image": "mcr.microsoft.com/devcontainers/python:3.10",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "16",
"nodeGypDependencies": false
"version": "18"
},
"ghcr.io/devcontainers/features/powershell:1.1.0": {},
"ghcr.io/devcontainers/features/azure-cli:1.0.8": {},
"ghcr.io/devcontainers/features/azure-cli:1.2.1": {},
"ghcr.io/azure/azure-dev/azd:latest": {}
},
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.azure-dev",
"ms-azuretools.vscode-bicep",
"ms-azuretools.vscode-docker",
"esbenp.prettier-vscode",
"humao.rest-client",
"ms-python.python"
]
}
},
"forwardPorts": [
3000,
50505
],
"postCreateCommand": "",
"postCreateCommand": "npm install",
"remoteUser": "vscode",
"hostRequirements": {
"memory": "8gb"
Expand Down

0 comments on commit 278aa75

Please sign in to comment.