Skip to content

Commit

Permalink
Adds devcontainer.json (microsoft#3562)
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet authored Feb 15, 2023
1 parent f8bdfcb commit e920266
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"image": "mcr.microsoft.com/devcontainers/typescript-node",
"customizations": {
"vscode": {
"extensions": ["ms-vscode.js-debug-nightly"]
}
}
}

0 comments on commit e920266

Please sign in to comment.