Skip to content

Commit

Permalink
Add devcontainer configuration for Music Store Lab Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoussef-insight committed Oct 9, 2024
1 parent 9e9fcaa commit 7cee057
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Music Store Lab Typescript",
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:0-14",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "20"
}
},
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"ms-vscode.vscode-typescript-next"
]
}
},
"remoteUser": "node"
}

0 comments on commit 7cee057

Please sign in to comment.