add basic devcontainer setup

This commit is contained in:
Henny022p
2025-01-07 22:55:58 +01:00
parent 121b8c3e46
commit cc06c58fb4
2 changed files with 27 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"name": "zeldaret/tmc-dev",
"build": {
"dockerfile": "Containerfile"
}
}