Skip to content

Commit

Permalink
Merge pull request #1 from GitHub-Insight-ANZ-Lab/devcontainer
Browse files Browse the repository at this point in the history
Add devcontainer configuration for Music Store Lab Typescript
  • Loading branch information
ollief87 authored Oct 9, 2024
2 parents 9e9fcaa + 7cee057 commit e0bf59f
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 e0bf59f

Please sign in to comment.