add docker dev container configuration

This commit is contained in:
DH 2024-11-17 19:03:16 +00:00
parent 86942b3ba8
commit b983ca6aa5
4 changed files with 56 additions and 0 deletions

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

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