Browse Source

fear: Add devcontainer (#1125)

Riaan Nolan 3 tháng trước cách đây
mục cha
commit
d3358f7345
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .devcontainer.json

+ 4 - 0
.devcontainer.json

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