Adds devcontainer.json (#3562)

pull/3567/head v0.36.0-dev.20230216
Henning Dieterichs 2023-02-15 19:41:48 +01:00 committed by GitHub
parent f8bdfcbaba
commit e9202665f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"image": "mcr.microsoft.com/devcontainers/typescript-node",
"customizations": {
"vscode": {
"extensions": ["ms-vscode.js-debug-nightly"]
}
}
}