Skip to content

Commit

Permalink
chore: add devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipoliko authored and mjancarik committed Nov 20, 2024
1 parent 147042b commit 158f55e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "Node.js & JavaScript",
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-20-bookworm",
"postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}"
}

0 comments on commit 158f55e

Please sign in to comment.