Browse Source

Create devcontainer.json

Frédéric Guillot 3 years ago
parent
commit
dfd6b769b9
1 changed files with 6 additions and 0 deletions
  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": {}
+  }
+}