feat: add .devcontainer

This commit is contained in:
Simon Lecoq
2023-11-04 19:35:06 +00:00
committed by GitHub
parent 3a03e88ef6
commit 79c2610348
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "Deno",
"build": {
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {
"extensions": ["denoland.vscode-deno"]
}
},
"remoteUser": "vscode"
}