Kaynağa Gözat

Create devcontainer.json

Frédéric Guillot 3 yıl önce
ebeveyn
işleme
dfd6b769b9
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      .devcontainer/devcontainer.json

+ 6 - 0
.devcontainer/devcontainer.json

@@ -0,0 +1,6 @@
+{
+  "image": "mcr.microsoft.com/devcontainers/universal:2",
+  "features": {
+    "ghcr.io/devcontainers/features/go:1": {}
+  }
+}