diff --git a/.devcontainer.json b/.devcontainer.json deleted file mode 100644 index bf06ffa4..00000000 --- a/.devcontainer.json +++ /dev/null @@ -1 +0,0 @@ -{ "image": "ghcr.io/devsy-org/devsy:latest" } diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..42d3f6b4 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,6 @@ +{ + "image": "mcr.microsoft.com/devcontainers/go:latest", + "features": { + "ghcr.io/devcontainers-extra/features/prek:1": {} + } +}