Browse Source

fear: Add devcontainer (#1125)

Riaan Nolan 3 months ago
parent
commit
d3358f7345
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .devcontainer.json

+ 4 - 0
.devcontainer.json

@@ -0,0 +1,4 @@
+{
+  "service": "windows",
+  "dockerComposeFile": "compose.yml"
+}