add devcontainer and tasks.json

This commit is contained in:
seasawher
2023-06-07 14:13:09 +00:00
parent 527f977f79
commit 08d1e17286
4 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"dockerComposeFile": "./docker-compose.yml",
"service": "nng4",
"workspaceFolder": "/NNG4"
}