Feature/remote container development (#154)

* feat: add Dockerfile, config & recommended extenion
* docs: add remote-development documentation
* docs: fix README & installation to match node versions package.json definition
This commit is contained in:
Eduardo Asenjo Rodriguez
2021-04-25 18:34:44 +01:00
committed by GitHub
parent c89e174d26
commit 66a323425e
8 changed files with 105 additions and 20 deletions

5
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"recommendations": [
"ms-vscode-remote.vscode-remote-extensionpack"
]
}